Spaces:
Configuration error
Configuration error
Pratham200Rajbhar commited on
Commit ·
2dda8dd
1
Parent(s): 78013c4
chore: track AI model files in Git repository
Browse files- backend/.gitignore +3 -0
backend/.gitignore
CHANGED
|
@@ -60,6 +60,9 @@ uploads/
|
|
| 60 |
*.joblib
|
| 61 |
*.onnx
|
| 62 |
|
|
|
|
|
|
|
|
|
|
| 63 |
# Pytest
|
| 64 |
.pytest_cache/
|
| 65 |
.coverage
|
|
|
|
| 60 |
*.joblib
|
| 61 |
*.onnx
|
| 62 |
|
| 63 |
+
# Allow tracking model files in the models directory
|
| 64 |
+
!models/**/*.h5
|
| 65 |
+
|
| 66 |
# Pytest
|
| 67 |
.pytest_cache/
|
| 68 |
.coverage
|