# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
*.so

# Build
dist/
build/

# Virtual environment
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking / Linting
.mypy_cache/
.ruff_cache/

# Environment / Secrets
.env
.env.*

# Claude Code (local settings)
.claude/
