Remove .gitignore (was blocking onnx weights server-side)
Browse files- .gitignore +0 -10
.gitignore
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
__pycache__/
|
| 2 |
-
*.pyc
|
| 3 |
-
.venv/
|
| 4 |
-
.gradio/
|
| 5 |
-
.DS_Store
|
| 6 |
-
flagged/
|
| 7 |
-
# ONNX weights are large and live in forager_ml (source of truth); the HF Space
|
| 8 |
-
# gets them via deploy.py uploading from disk. Re-sync locally with
|
| 9 |
-
# scripts/sync_from_forager_ml.sh. Not tracked in this dev git repo.
|
| 10 |
-
models/*.onnx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|