-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·99 lines (95 loc) · 1.38 KB
/
Copy path.gitignore
File metadata and controls
executable file
·99 lines (95 loc) · 1.38 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
95
96
97
98
99
# --- Python artifacts ---
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ipynb_checkpoints/
.venv/
env/
venv/
mamba_env/
# --- C++ / CUDA build artifacts ---
build/
_build/
*.so
*.a
*.o
*.fatbin
*.cubin
*.ptx
test_lto
# --- Project-specific outputs ---
*outputs*/
benchmark_temp_outputs/
test_io_out/
test_outputs/
validation_outputs_*/
baseline_*.npz
*.npz
*.out
*.log
tmp/
cache/
gkw_ref/
!gkw_ref/
gkw_ref/*
# gkw_ref/em_validation_inputs/
# gkw_ref/em_validation_cases/
# !gkw_ref/em_validation_templates/
# gkw_ref/em_validation_templates/*
# !gkw_ref/em_validation_templates/*.input.dat
# !gkw_ref/em_validation_matrix.json
instabilities/
torax/
em_canon/
gradients/
experiments/
# --- VCS / IDE / Editor noise ---
.vscode/
.idea/
.gemini/
.claude/settings.local.json
.claude/projects/
.claude/plans/
.claude/shell-snapshots/
.DS_Store
*.swp
*~
*wandb*
.wandb/
# --- Other ---
notebooks/figs/
hlo_dump/*.txt
*.hlo.txt
validation_*/
/figs/
docs/**/*.png
docs/**/*.jpg
docs/**/*.gif
docs/**/*.pdf
*egg-info/
.nfs*
configs/sweep
configs/scan/
configs/scan_retry/
scripts/run_scan.py
scripts/precompute_scan_geometries.py
upload_changed_py.sh
**/CUDALibrarySamples/
**/jax_cache/
.claude/
.opencode/
.pi-lens/
pyrightconfig.json
p0-implementation.md
p0-review.md
progress.md
collegue_dump/
docs/cleanup-plan.md
docs/em-physics-todo.md
em-physics-*.md
p1-*.md
p2-*.md
paper/
lsp-type-cleanup/
data/