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

# Virtual environments
.venv/
venv/
env/

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

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

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# Environment
.env
.env.local

# Nex local DB (not committed — user-specific error history)
.nex/errors.db

# OS
.DS_Store
Thumbs.db

# Claude
CLAUDE.md