# Nova vault .gitignore — track knowledge docs, ignore external clones + machine data

# External repo clones (have their own git remotes — not our content)
/_external/

# Codex session-retention heavy archives (600M+ of JSONL/sqlite) — keep README/config tracked
/Infrastructure/Codex/session-retention/archive/

# Obsidian per-machine workspace/cache (not shared content)
.obsidian/workspace.json
.obsidian/workspace-mobile.json
.obsidian/cache/
.trash/

# OS cruft
.DS_Store
**/.DS_Store

# Temp / scratch
.tmp-*/
**/*.tmp
