arjun10g commited on
Commit
e5d6a63
Β·
1 Parent(s): 08fc97e

Gitignore DSM parser (local-only)

Browse files
Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore CHANGED
@@ -90,3 +90,10 @@ CLAUDE.local.md
90
  *.zip
91
  _scaffold_tmp/
92
 
 
 
 
 
 
 
 
 
90
  *.zip
91
  _scaffold_tmp/
92
 
93
+ # ─────────────────────────────────────────────────────────────
94
+ # DSM parser β€” local personal use only, never push to remote.
95
+ # ingest/run.py imports this lazily only when --sources dsm5 is passed,
96
+ # so the rest of the pipeline runs fine without it.
97
+ # ─────────────────────────────────────────────────────────────
98
+ ingest/sources/dsm.py
99
+