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

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Virtual environment
.venv/

# uv
# uv.lock is tracked — do not ignore it

# Private planning documents (never publish)
.private/

# Docs
site/

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

# Claude Code
.claude/settings.local.json

# Environment variables
.env
.env.*

# OS
.DS_Store
Thumbs.db
