# Environment
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env

# Caches
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Claude local
.claude/