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

# Virtual environments
.venv/
venv/

# Test / tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Editors
.vscode/
.idea/

# Claude Code local settings (machine-specific, not project config)
.claude/settings.local.json
