diff options
| author | Yuren Hao <yurenh2@illinois.edu> | 2026-07-03 06:07:06 -0500 |
|---|---|---|
| committer | Yuren Hao <yurenh2@illinois.edu> | 2026-07-03 06:07:06 -0500 |
| commit | c0b507fb1760be291e1e1ed33f33fb18f16d8c2d (patch) | |
| tree | aae3628b062898fbcbcdc56331d6b67d1fa10978 | |
| parent | 8626ac5d6cf6f548157cb349ea99b8b603b268ce (diff) | |
gitignore the one-off _upload_assets.* helper
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,3 +11,6 @@ assets/*.pdf __pycache__/ *.pyc .ipynb_checkpoints/ + +# one-off asset-upload script + its log (token via huggingface-cli login, never committed) +_upload_assets.* |
