.worktrees/
backups/

# ── Secrets — keep tight; .env.example is the ONLY env file allowed in git ────
.env
.env.*
!.env.example
.env.machine-identity
*.rotation-*.bak
infisical/infisical-bin

# Build artifacts at repo root (per `make go-build` target — keep this in sync)
/engram
/engram-*
/instinct
/instinct-benchmark
/longmemeval
/starter
/audit
# Compiled binaries in bin/ (built by `go build -o bin/...`)
/bin/longmemeval
# Stale sentinel files that have appeared in the past (#699)
/1.0
cover.out
cov.out
# Backup files
*.backup
*.pre-migration-backup
.claude/
testdata/longmemeval/*.json
results/
.serena/
.mcp.json

# Python bytecode
__pycache__/
*.pyc
*.pyo
reembed-rs/target/
