summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuren Hao <yurenh2@illinois.edu>2026-07-03 06:07:06 -0500
committerYuren Hao <yurenh2@illinois.edu>2026-07-03 06:07:06 -0500
commitc0b507fb1760be291e1e1ed33f33fb18f16d8c2d (patch)
treeaae3628b062898fbcbcdc56331d6b67d1fa10978
parent8626ac5d6cf6f548157cb349ea99b8b603b268ce (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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d648a33..f00337d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.*