-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (33 loc) · 675 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (33 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Local env
.env
# Generated artifacts (do not commit)
data/processed/
indexes/
logs/
models/cache/
eval/results.jsonl
eval/report.json
eval/report.md
eval/diagnostic_citation_signal_results.jsonl
eval/diagnostic_citation_signal_summary.json
eval/diagnostic_refined_results.jsonl
eval_v2/synthetic_results.jsonl
eval_v2/synthetic_summary.json
eval_v2/synthetic_refined_results.jsonl
eval_v2/synthetic_scaffold_summary.json
eval_v2/near_domain_diversification_results.jsonl
eval_v2/near_domain_diversification_summary.json
artifacts/archive/
# OS / IDE
.DS_Store
Thumbs.db
.vscode/