-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (74 loc) · 1.42 KB
/
Copy path.gitignore
File metadata and controls
85 lines (74 loc) · 1.42 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
# =============================================================
# SOMA pipeline — repository contains SOURCE CODE only.
# Bulk data, model checkpoints, Blender scenes, generated
# meshes/figures, and third-party cloned repos are excluded.
# =============================================================
# ---- Third-party cloned repos (not part of this project) ----
00-Cloned/
# ---- Excluded stages / scratch ----
07-Rebuttal/
README_example.md
# ---- Bulk generated data dirs ----
02-Canonical-Model/S1/
02-Canonical-Model/S2/
02-Canonical-Model/S3/
02-Canonical-Model/S4/
02-Canonical-Model/S5/
04-Blender/data/
05-Training/checkpoints/
# ---- Archived code / logs / caches ----
**/99-Archived/
**/__pycache__/
*.pyc
*.pyo
slurm_*.out
*.out
# ---- Model weights ----
*.pth
*.ckpt
*.pt
*.npz
*.npy
*.pkl
# ---- 3D assets / Blender / meshes ----
*.blend
*.blend1
*.ply
*.obj
*.stl
*.fbx
*.gltf
*.glb
*.bvh
# ---- Images / documents / spreadsheets / archives ----
*.png
*.jpg
*.jpeg
*.gif
*.tif
*.tiff
*.pdf
*.mp4
*.mov
*.xls
*.xlsx
*.gz
*.zip
*.tar
# ---- Specific large data JSON (per-subject coverage dumps) ----
07-Rebuttal/marker_coverage/coverage_*.json
# ---- Project-page assets (committed intentionally) ----
!docs/
!docs/**
docs/index.html
# ---- Internal / not for publication ----
CLAUDE.md
Residuals-Python/RESUME.md
Residuals-Python/FINDINGS.md
*.bak
*.preSKIM_bak
# ---- OS / editor noise ----
.DS_Store
.idea/
.vscode/
*.swp