# Compiled binaries
/muninn
/muninndb
/muninndb-server
/bench
/bench-test
/eval
/eval-semantic
/diag
/muninndb-test

# Embed assets — downloaded via `make fetch-assets`, not committed (too large)
internal/plugin/embed/assets/*.dylib
internal/plugin/embed/assets/*.so
internal/plugin/embed/assets/*.dll
internal/plugin/embed/assets/*.onnx
internal/plugin/embed/assets/tokenizer.json

# Binary artifacts — never commit
*.muninn
*.dylib
*.so
*.dll
*.onnx
*.exe

# Local data directories
muninndb-data/
**/muninndb-data/
/tmp/

# Dependencies — install locally, never commit
**/node_modules/
**/.venv/
**/venv/
**/__pycache__/
*.pyc
*.bak

# macOS
.DS_Store

# Go test cache
*.test
*.out

# Worktrees
.worktrees/
.claude/worktrees/

# Bible eval testdata (downloaded via scripts/eval-bible-setup.sh)
testdata/bible/kjv.json
testdata/bible/cross-refs.tsv
testdata/bible/cross-refs.csv
testdata/bible/*.muninn

# In-progress planning and design docs — kept local by default so half-formed plans don't
# ship. Two design docs predate this rule and are deliberately kept tracked, because the
# features they describe shipped and the rationale is worth having in the open:
# docs/plans/2026-03-04-association-archiving.md and
# docs/superpowers/specs/2026-03-10-playwright-e2e-design.md.
# `git add -f` a doc here if it documents something that landed.
docs/plans/
docs/superpowers/
.superpowers/

# Evaluation tools and results — internal development only
cmd/eval*/
eval-results/
scripts/eval-*
/eval-bible
/eval-temporal
/eval-expert
/eval-paraphrase
/eval
sdk/node/node_modules/
sdk/node/dist/
sdk/python/dist/
sdk/python/*.egg-info/
sdk/muninndb/dist/
sdk/muninndb/*.egg-info/
sdk/php/vendor/

# Maintainer-private AI tooling: voice, contributor profiles, response-drafting,
# and the consolidated soft-spot/attack-surface appendix. Local-only, never pushed.
.claude/maintainer/
.claude/skills/triage-issue/
.claude/skills/review-pr/
.claude/skills/merge-orchestration/

# Design records that cannot be published: ones naming real people, client or
# tenant data, commercial terms, or competitive strategy. Everything else in
# .claude/deep-review/ IS published — see the README there for the triage rule.
# Default new work to private/ and promote deliberately; the reverse is a leak.
.claude/deep-review/private/

# scratch browser-automation / screenshot output (workspace convention keeps these
# at the workspace root; this is a backstop in case a tool writes into the repo)
.artifacts/
