# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
build/
dist/

# Sphinx docs build output
docs/_build/

# Cluster runtime state (server queue + object store, worker task sandboxes)
cluster-state/
worker-state/
*.sqlite
*.sqlite-wal
*.sqlite-shm

# Local artifacts / results
results/
*.n4a

# local code-intelligence index
.codegraph/

# coverage artifacts
.coverage
coverage.xml

# --- untracked build/process docs (kept locally, 2026-06-16) ---
WORKLOG.md
