-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (34 loc) · 776 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (34 loc) · 776 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
37
38
39
# Model weights, imatrices, quant outputs + their manifests — large / local, never committed
*.gguf
*.dat
*.safetensors
*.manifest.json
out/
models/
# Corpora (derived from licensed benchmark data — never redistribute; rebuildable from benchy)
*_corpus.txt
bench/corpora/
.forgemix_*.txt
*.fqstats.json
# Python
__pycache__/
*.pyc
.venv/
venv/
# OS / editor / tooling
.DS_Store
*.swp
*.swo
.idea/
.vscode/
.claude/settings.local.json
# UI run logs (repo-root only; bench/runs/ provenance IS tracked)
/runs/
# Working docs (session notes / article drafts / held-out runbooks — local only).
# These carry machine-specific paths and in-flight experiments; keep them out of git.
HANDOFF.md
HANDOFF_*.md
RESEARCH_*.md
substack-post*.md
RUNBOOK_*.md
run_heldout_local.sh