Gitignore DSM parser (local-only)
Browse files- .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 |
+
|