-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (45 loc) · 868 Bytes
/
.gitignore
File metadata and controls
55 lines (45 loc) · 868 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Large data files (embeddings, cached sentences)
data/
*.npy
# Root figures directory (use paper/figures/ instead)
/figures/
# HIDE reference codebase (external dependency)
hide-project*/
# Redundant reproducibility copy
reproducibility/
# Internal working docs (Claude session artifacts)
CLAUDE.md
MEMORY.md
spec.md
spec_ralph.md
memory_universals_spec_v2.docx
# Superseded run scripts
run_fast.py
run_all_experiments.py
run_calibration.py
run_backfill.py
run_llm_archs.py
run_llm_phase2.py
run_all.py
# Python cache
__pycache__/
*.pyc
*.pyo
.cache/
# Claude Code session files
.claude/
# Old paper versions (noescape.pdf/tex is final)
paper/noescape_v[0-9]*.pdf
paper/noescape_v[0-9]*.tex
# LaTeX build artifacts
paper/*.aux
paper/*.bbl
paper/*.blg
paper/*.log
paper/*.out
paper/*.synctex.gz
paper/*.fls
paper/*.fdb_latexmk
# OS files
.DS_Store
Thumbs.db