node_modules/
# Local live-stack secrets (relay API key, Foundry container/world paths).
.env
.env.local
# Compose runtime state (relay sqlite DB + headless-chrome profile).
relay-data/
# Tool sandbox output (name-uuid.json, index.json, converted notes).
out/
# Copied world-data fixtures (your private Foundry snapshot) — never commit.
tests/fixtures/
# Apply-mode backups written by --apply.
*.bak-*
*.foundry.json

# Wiki (Mode B): .raw/ holds local source dumps (private/large) — keep the folder via .gitkeep.
.raw/*
!.raw/.gitkeep
# Obsidian app config is machine-specific — but share the CSS snippet.
.obsidian/*
!.obsidian/snippets/
!.obsidian/snippets/*