# .gitignore — family-mini
#
# Runtime artifacts the kit derives but does not own as input. Commit
# everything else (the journal IS committed — it's the kit's source of
# truth across machines).

# Proposed sidecars from drift detection. Resolve via the wiki-conflict
# skill; do not commit conflict files.
*.proposed

# Search-backend runtime: index, state cache, fallback notes.
.wiki-search/index.sqlite
.wiki-search/state.json

# Obsidian local state (workspace, plugins). Per-machine, not per-vault.
.obsidian/workspace*
.obsidian/cache
.obsidian/graph.json

# OS junk
.DS_Store
Thumbs.db

# Editor swap files
*~
.#*
\#*\#
