# runtime / secrets
.env
*.env
var/
.hermes/
*.db
*.sqlite
*.sqlite3
*.jsonl
logs/
backups/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.venv/
venv/
node_modules/

# private state and runtime snapshots
state/*
!state/.gitkeep
STATE.md
USER.md
MEMORY.md
MOMENTS.md

# local Soul-Link OSS rehearsal artifacts
.hermes/backups/
*.bundle
*.tgz
*.tar.gz
*.pem
*.key
