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

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/

# Config overrides (may contain secrets)
config.local.yaml

# Environment
.env
.env.*

# Testing
.coverage
htmlcov/
.pytest_cache/

# Debug / operations docs (personal)
.debug/

# OS
.DS_Store
Thumbs.db


.ruff_cache/
migrations/
.claude/
.cursor/