summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ff95c94882ef8ba36cad6d0c08ef57e631a1d51a (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