# Rust
target/

# IDEs
.vscode/
.idea/

# OS
.DS_Store
# AppleDouble sidecars (`._name`) that macOS leaves on the self-hosted runner's
# clean:false tree; otherwise they read as untracked and `cargo publish` aborts.
._*
Thumbs.db

# Logs
*.log

# Temporary files
*.tmp
*.swp

.env*
.secrets*
tmp/
.mcp.json
/.claude/*local.json
/.claude
.agents/
skills-lock.json
/benches/corpus/

# Release pipeline artifacts created in the working tree. The self-hosted runner
# uses clean:false, so these persist between runs and would otherwise dirty the
# tree and make `cargo publish` refuse to release.
/dist/
/tap/
/nur/
/minisign*

# Benchmark fixtures/results and any query set derived from the operator's
# corpus capture full conversation content (including API keys, wallet
# addresses, and private project paths embedded in indexed messages). The
# paraphrased query set is also derivative - even after paraphrasing the
# topics and project names leak. Regenerate locally via `bench.py`. Never
# commit these.
/scripts/search-benchmarks/fixtures/
/scripts/search-benchmarks/results/
/scripts/search-benchmarks/queries-paraphrased*.tsv
/scripts/search-benchmarks/queries-real-use*.tsv
/scripts/search-benchmarks/queries-false-negatives*.tsv
/scripts/search-benchmarks/arms*.json
/scripts/search-benchmarks/__pycache__/

# Corpus snapshot enumerates the operator's projects by name; aggregate
# stats appear inline in the benchmark report. Regenerate via `pond status`.
/docs/researches/embeddings/snapshot.txt

# moon local cache (rebuilt on demand; never commit)
/.moon/cache/

# wrangler local state/cache (created by `wrangler deploy`)
/.wrangler/
