Skip to content

Commit d4e0e8b

Browse files
committed
CHORE: ignore local corpora/index/cache/backups and reports
1 parent 23b090b commit d4e0e8b

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
@@ -27,3 +27,15 @@ venv/
2727
# Build artifacts
2828
dist/
2929
build/
30+
# local corpora + indexes
31+
data/corpus/
32+
data/index/
33+
data/.hf_cache/
34+
35+
# backups / scratch
36+
data/corpus_backup_before_*/
37+
app/eval/*_before_*.jsonl
38+
app/eval/goldset_candidate.jsonl
39+
40+
# generated reports
41+
reports/

0 commit comments

Comments
 (0)