Skip to content

Commit 5bc709f

Browse files
committed
CHORE: track eval json/csv; ignore plot images and md summaries
1 parent d4e0e8b commit 5bc709f

1 file changed

Lines changed: 3 additions & 34 deletions

File tree

.gitignore

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,10 @@
1-
# Python
2-
__pycache__/
3-
*.pyc
4-
*.pyo
5-
*.pyd
6-
7-
# Virtual env
8-
.venv/
9-
venv/
10-
11-
# Env / secrets
12-
.env
13-
.env.*
14-
!.env.example
15-
16-
# OS / editor
17-
.DS_Store
18-
.vscode/
19-
.idea/
20-
21-
# Logs / caches
22-
*.log
23-
.cache/
24-
.pytest_cache/
25-
.mypy_cache/
26-
27-
# Build artifacts
28-
dist/
29-
build/
30-
# local corpora + indexes
311
data/corpus/
322
data/index/
333
data/.hf_cache/
34-
35-
# backups / scratch
364
data/corpus_backup_before_*/
375
app/eval/*_before_*.jsonl
386
app/eval/goldset_candidate.jsonl
397

40-
# generated reports
41-
reports/
8+
# keep JSON/CSV, ignore generated images and md
9+
reports/*.png
10+
reports/*summary*.md

0 commit comments

Comments
 (0)