summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2e0640c584bfe309a8a9725cc1274d2efc2a6f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# large data & checkpoints — share separately (HF / drive), never in git
ep_run/data/
ep_run/runs/
runs/
archive/
assets/**/*.pdf
*.pt
*.state
*.bin
*.tar.gz
__pycache__/
*.pyc
.ipynb_checkpoints/

# one-off asset-upload script + its log (token via huggingface-cli login, never committed)
_upload_assets.*
ep_run/a1_demo.ipynb