Skip to content

Commit 8e342a3

Browse files
saisri27claude
andcommitted
chore: remove accidentally committed UI/*.zip + harden .gitignore
The two design-system zips (UI/plot.zip + UI/plot-2.zip, ~3 MB total) were committed in c8bcc3e. Removing from the index — they remain on disk locally so they're not lost. Hardened .gitignore so this can't repeat: *.zip / *.tar / *.tar.gz / *.tgz models/ (joblib artifacts) training_data/ (generated CSVs from build_training_data.py) package.json / package-lock.json .claude/ (Claude Code session state) today_progress.html (session scratchpad) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c8bcc3e commit 8e342a3

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ env/
2929
mlruns/
3030
mlartifacts/
3131

32+
# Trained models (joblib artifacts written by notebooks/train_ranker.py)
33+
models/
34+
35+
# Generated training datasets (rebuild from build_training_data.py)
36+
training_data/
37+
3238
# Jupyter
3339
.ipynb_checkpoints/
3440
*.ipynb
@@ -40,6 +46,15 @@ htmlcov/
4046

4147
# Node / frontend
4248
node_modules/
49+
package.json
50+
package-lock.json
51+
52+
# Archive files — never commit zips/tarballs (design-system exports,
53+
# raw API dumps, etc. belong outside git)
54+
*.zip
55+
*.tar
56+
*.tar.gz
57+
*.tgz
4358

4459
# IDEs
4560
.vscode/
@@ -53,3 +68,9 @@ node_modules/
5368

5469
# GCP
5570
.gcloud/
71+
72+
# Claude Code session state
73+
.claude/
74+
75+
# Session-specific HTML scratchpads
76+
today_progress.html

UI/plot-2.zip

-1.51 MB
Binary file not shown.

UI/plot.zip

-1.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)