# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST *.coverage .pytest_cache/ .mypy_cache/ .ruff_cache/ # Virtual environments venv/ env/ ENV/ .venv/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Git .git/ .gitignore .gitattributes # Documentation *.md docs/ # CI/CD .github/ .gitlab-ci.yml # Environment files .env .env.* !.env.example # Claude Code .claude/ # Docker .dockerignore docker-compose.override.yml # Test files tests/