/CLAUDE.md
/.claude/
/.venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

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

# --- Scratch (local only) ---
_working/

# --- Secrets and local environment ---
.env
.env.*
!.env.example

# --- OS ---
.DS_Store
Thumbs.db

# --- Logs ---
*.log

# --- Extra Python caches ---
.ruff_cache/
venv/
