1
0
forked from jason/echo
Files
chorus/.gitignore
T
Jason Stedwell b4605a52f2 ver 1.3 and 1.3.1
2026-06-23 22:17:39 -05:00

21 lines
433 B
Plaintext

# macOS / editor cruft
.DS_Store
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# Local ECHO state (never commit — holds the offline queue + cached vault reads,
# and may hold the API key in ~/.echo-memory/credentials when not using ECHO_KEY)
.echo-memory/
# Eval output
eval/results/*.json
!eval/results/.gitkeep
# ECHO config: the filled-in key file is yours to distribute, never commit it
/echo-memory.config.json