# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# Pre-commit hook environments (local cache)
.cache/

# Cursor IDE / debug session artifacts
.cursor/

# Virtual environments
.venv/
venv/
ENV/
env/

# Documentation
docs/_build/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.hypothesis/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pytype/

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

# OS
.DS_Store
Thumbs.db

# Secrets
.env
.env.*
!.env.example
