Skip to content

Commit 067eb82

Browse files
chore: ignore root scratch and visual index blob
Screenshots, probe JSON dumps, and the 479MB visual index sqlite (over GitHub's 100MB cap; baked at image build, not tracked).
1 parent 20bd7ef commit 067eb82

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,15 @@ tools/_mineru_venv/
121121
tools/_mineru_out/
122122
# Local agent/workflow run artifacts.
123123
output/
124+
125+
# Local debug scratch at repo root: screenshots, probe JSON dumps. Never deployed
126+
# (not in the Dockerfile COPY list).
127+
/*.png
128+
/*.jpeg
129+
/.tmp_*.json
130+
/figs*.json
131+
/*_tmp.json
132+
qdrant_local_old/
133+
# GPU-built visual page index: a single ~479MB sqlite, over GitHub's 100MB file
134+
# cap. Baked into the deploy image at build time, not tracked (ADR 0028).
135+
qdrant_local/collection/rag_corpus_visual/

0 commit comments

Comments
 (0)