node_modules
.DS_Store
*.log
.env
.env.local

# ATS runtime caches (per-user, live under ~/.config/ats — not for VCS)
corpus-cache.json
search-log.jsonl
action-log.jsonl

# Bench is per-user: questions reference real task/project IDs and run output
# echoes real titles. Author your own from bench/data/seed-questions.md.
packages/core/bench/data/questions.jsonl
packages/core/bench/results/*.jsonl
packages/core/bench/results/*.md

# Publish-safety gate (scripts/check-no-pii.mjs): your real project / client /
# trunk names go here so the gate fails if any leak into a public surface. Never
# commit it — only the tracked .pii-denylist.example template ships.
scripts/.pii-denylist

# npm pack artifacts
*.tgz

# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
.beads/proxieddb/
.beads-ats.env
