# Personal cluster config — never commit (host aliases, partitions).
clusters.json

# Python
__pycache__/
*.pyc
.venv/
venv/

# Test / coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# MkDocs build output
site/

# Claude Code agent worktrees / scratch
.claude/

# macOS
.DS_Store
