# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Cache
.cache/

# Coverage (pytest-cov / coverage.py)
.coverage
.coverage.*
htmlcov/
coverage.xml

# Claude Code (personal config local; project-shared rules + hooks tracked)
.claude/*
!.claude/rules/
!.claude/settings.json
!.claude/hooks/

# Secrets
.env
