chore: stop tracking local warmup image (HF rejects non-LFS binaries; warmup off on Space)
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -5,6 +5,9 @@ __pycache__/
|
|
| 5 |
*.wav
|
| 6 |
/tmp/
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
# generated traces (keep the .sample)
|
| 9 |
traces/iris_traces.jsonl
|
| 10 |
|
|
|
|
| 5 |
*.wav
|
| 6 |
/tmp/
|
| 7 |
|
| 8 |
+
# local-only warmup image (HF Spaces reject non-LFS binaries; warmup is off on the Space)
|
| 9 |
+
assets/warmup.jpg
|
| 10 |
+
|
| 11 |
# generated traces (keep the .sample)
|
| 12 |
traces/iris_traces.jsonl
|
| 13 |
|