# Python __pycache__/ *.py[cod] *$py.class *.so *.egg-info/ *.egg dist/ build/ .eggs/ # Virtual environments .venv/ venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo *~ # Testing .coverage htmlcov/ .pytest_cache/ # mypy .mypy_cache/ # ruff .ruff_cache/ # OS .DS_Store Thumbs.db # Environment .env .env.* !.env.example