# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.so
.Python

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

# IDE
.idea/
.vscode/
*.swp
*.swo
*.sublime-project
*.sublime-workspace

# Testing & Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.pytest_html/
*.cover

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Hatch
.hatch/

# Pre-commit
.pre-commit-framework-cache/

# Environment variables
.env
.env.local
.env.*.local

# OS
.DS_Store
Thumbs.db
.AppleDouble
.LSOverride
*.swp
*~

# Misc
*.log
.idea/
site-packages/
.claude/
