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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Claude settings
.claude/worktrees
settings.local.json

# Workflow
.worktrees
*.gif

# Code review artifacts
CODE_REVIEW*.md
