# Python
__pycache__/
*.py[cod]
*.so

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
build/
dist/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking & linting
.mypy_cache/
.ruff_cache/

# Profiling
*.prof
*.pstats

# Environment files
.env
.env.local

# Logs
*.log

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

# OS
.DS_Store
Thumbs.db

CLAUDE.md