1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# 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.*