-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (51 loc) · 969 Bytes
/
.gitignore
File metadata and controls
57 lines (51 loc) · 969 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
56
57
# macOS / editor
.DS_Store
.ipynb_checkpoints/
__pycache__/
*.py[cod]
.pytest_cache/
# Python packaging / environments
.venv/
venv/
env/
build/
dist/
*.egg-info/
# External source checkout. This repo builds on nkern/cosmo_diffusion but does
# not vendor or claim ownership of that package.
cosmo_diffusion/
# Large data, generated samples, model weights, and checkpoints
*.npy
*.npz
*.h5
*.hdf5
*.pt
*.pth
*.ckpt
*.safetensors
saved_runs/
checkpoints/
logs/
*.out
*.err
# Keep lightweight results structure, but ignore generated outputs by default.
results/**
!results/
!results/figures/
!results/tables/
!results/figures/.gitkeep
!results/tables/.gitkeep
# Local cluster/Jupyter scratch files
jupyter_info*.txt
notebook.out
notebook.err
# Pre-reorganization root-level working files kept locally but not tracked.
/batch_scripts/
/configs_saved/
/local/
/RANDOMFLIP_AND_QUANTILE_MINMAX_NOTE.md
/config.json
/scheduler_config.json
/config*.yaml
/*.ipynb
/*.sbatch