Remove .gitignore: it blocks the dataset LFS uploads this repo hosts
Browse files- .gitignore +0 -37
.gitignore
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
# Large files live on the Hugging Face copy of this repo (ekwan16/MagNET), never committed here.
|
| 2 |
-
*.hdf5
|
| 3 |
-
*.h5
|
| 4 |
-
*.npy
|
| 5 |
-
*.npz
|
| 6 |
-
*.pkl
|
| 7 |
-
*.pickle
|
| 8 |
-
*.ckpt
|
| 9 |
-
*.mnova
|
| 10 |
-
model_checkpoints/
|
| 11 |
-
# Exception: the tiny (54 KB) natural-products reference used by magnet/test_magnet.py is a committed
|
| 12 |
-
# test fixture, so those tests are self-contained (they need only the released checkpoints, not a
|
| 13 |
-
# separate reference download).
|
| 14 |
-
!magnet/test_data/magnet_zero_and_pcm_shieldings.h5
|
| 15 |
-
# Exception: delta50 is tiny (33 KB), so it ships with the repo instead of a Hugging Face download.
|
| 16 |
-
!data/delta50/delta50.hdf5
|
| 17 |
-
|
| 18 |
-
# Regenerated figure outputs (the notebook redraws them and embeds them in its own cells).
|
| 19 |
-
analysis/**/figures/
|
| 20 |
-
analysis/**/documents/
|
| 21 |
-
|
| 22 |
-
# macOS
|
| 23 |
-
.DS_Store
|
| 24 |
-
|
| 25 |
-
# Python
|
| 26 |
-
__pycache__/
|
| 27 |
-
*.py[cod]
|
| 28 |
-
.pytest_cache/
|
| 29 |
-
.ipynb_checkpoints/
|
| 30 |
-
*.egg-info/
|
| 31 |
-
.venv/
|
| 32 |
-
venv/
|
| 33 |
-
dist/
|
| 34 |
-
build/
|
| 35 |
-
|
| 36 |
-
# Rendered API docs (users regenerate with `pdoc magnet -t pdoc_templates -o api_docs`).
|
| 37 |
-
api_docs/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|