CLAUDE.md
.claude/

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

# Virtual environment
.venv/
.envrc

# uv
uv.lock

# Testing
.coverage
.pytest_cache/
htmlcov/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db
/.claude/
tasks
