# macOS / editor cruft
.DS_Store

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# Local CHORUS state (never commit — holds the offline queue + cached vault reads)
.chorus-memory/

# Eval output
eval/results/*.json
!eval/results/.gitkeep

# CHORUS config: the filled-in key file is yours to distribute, never commit it
/chorus-memory.config.json
/dist/

# Build artifacts. Per-user BAKED artifacts (build.py --bake-key) carry a live vault
# bearer token — NEVER commit them; they belong in dist/ (above). Versioned artifacts
# are not tracked in the tree — they ship as Gitea releases. Only the current pointer
# (chorus-memory.plugin) stays tracked. Historical ECHO artifacts remain at the
# echo-fork-point tag and in the parent jason/echo repo.
chorus-memory-*.plugin
