-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (83 loc) · 1.31 KB
/
.gitignore
File metadata and controls
94 lines (83 loc) · 1.31 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/
# Data and training outputs
data/
logs/
*.pt
*.pth
*.nbpack
*.log
run*.log
results*.tsv
*.png
# IDE
.vscode/
.idea/
# OS
Thumbs.db
.DS_Store
# Claude internal
.claude/
# Torch compile cache (Windows)
C:/tmp/triton/
C:/tmp/inductor/
# Screenshots
screenshots/
# Misc
.env
.playwright-mcp/
models/
# Internal / one-off
CLAUDE.MD
RESEARCH_IDEAS.md
PAPER_PLAN.md
paper/
docs/
infra/
scripts/
nul
deploy_*.sh
provision_*.sh
provision.log
/test_*.py
experiments/test_*.py
plot_*.py
nativebit_jax/speed_test*.py
analysis/report_phase3.md
experiments/phase_*.py
experiments/phase2_*.py
experiments/phase2b_*.py
experiments/phase2c_*.py
experiments/bench_*.py
experiments/block_*.py
experiments/doe_*.py
experiments/lr_*.py
experiments/scaleup.py
experiments/tinystories*.py
experiments/tpu_*.py
experiments/test_*.py
run_350m_nb_clean.py
# Superseded run scripts (keep run_350m_clean.py and run_doe_rq.py)
run_350m.py
run_350m_nb.py
run_350m_nb_v6e.py
run_350m_v4.py
run_350m_v6e_bs8.py
run_350m_float_bs8.py
run_350m_rq_sweep.py
run_best.py
run_queue.py
run_remaining.py
run_doe_125m.py
run_350m_float_bs8.py
*.nbpack.npz
CLAUDE.md
# 2.2B autoresearch scaffolding — TPU-only, kept local (no TPU quota)
autoresearch/autoresearch_2b.py
autoresearch/evaluator_2b.py