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

# Virtual environments
.venv

# IDE
.idea/
.vscode/
*.swp
*.swo

# mypy
.mypy_cache/

# pytest / hypothesis
.pytest_cache/
.hypothesis/

# Database
*.db
*.db-wal
*.db-shm

# Environment / secrets
.env

# OS
.DS_Store

# Review reports (generated)
*_REVIEW.md
