# Retrieval quarantine for ripgrep (rg) / fd — read automatically from the vault root.
# Raw regex search is a first-class retrieval tool for the brain's agents; this file is
# what keeps it safe. The paths below hold COPIES or machine-generated snapshots of notes
# and surface as duplicate/false hits in a plain `grep -r`. Override deliberately with
# `rg --no-ignore`. GNU/BSD grep users: grep -r --exclude-dir=.claude --exclude-dir=.obsidian …
# Keep this in step with Obsidian's userIgnoreFilters (.obsidian/app.json) as folders are added.

# Claude Code session worktrees — full copies of the vault
.claude/
# Obsidian internals (vendored plugin code, cache, workspace)
.obsidian/
# Machine-generated artifacts and digest/snapshot output
Agent/artifacts/
Agent/Attention Digests/
Agent/Team Digests/
# Federation outbox — packaged push notes (wire-identical copies of what went to a peer brain)
Agent/Federation/outbox/
