# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
build/
dist/
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.python-version

# Virtual environments
.venv/
venv/
env/

# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Project-local config (always copy from .env.example)
.env
.env.local

# Local user state (only generated, never tracked)
# But: .env files should be committable per user preference; see CLAUDE.md
