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

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual envs
.venv/
venv/
env/

# Local Claude Code config (machine-specific permissions; not for the repo)
.claude/

# Editor / OS
.vscode/
.idea/
.DS_Store

# Local data scratch (e.g. CLI JsonFileStore output)
*.local.json
s.json
