/target
*.db
*.db-journal
*.db-wal
*.db-shm
rem.log
migration-*.log
.claude/

# Cloudflare Workers (CLA-84)
.dev.vars
.wrangler/
build/
node_modules/

# Per-deployment account-specific resource IDs — copy wrangler.toml.example
# to wrangler.toml on first install (handled automatically by setup.sh).
wrangler.toml
# setup.sh's safety backup before patching IDs — same sensitivity as
# wrangler.toml; do not commit.
wrangler.toml.bak

# Memory-data dumps, snapshots, and restore scripts — these contain REAL
# memories (episodic/semantic/orientation content). Never commit, never publish.
oneiro-memories-backup-*.json
orientation-snapshot-*.json
restore.sql

# Per-machine opt-in marker: its presence enables PostCompact capture on THIS
# machine (default-deny). Machine-local, never the repo's to decide.
.oneiro-capture

# stray run logs (tee-without-/tmp accidents)
*.log
