summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d648a33eddfe9b45bad4172e9810f28ce22e7fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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/