From c0b507fb1760be291e1e1ed33f33fb18f16d8c2d Mon Sep 17 00:00:00 2001 From: Yuren Hao Date: Fri, 3 Jul 2026 06:07:06 -0500 Subject: gitignore the one-off _upload_assets.* helper Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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.* -- cgit v1.2.3