Spaces:
Sleeping
Sleeping
Mayur-cinderace commited on
Commit ·
5e45743
1
Parent(s): 3619cc8
Clean repo for Hugging Face Spaces deployment
Browse files- .gitignore +13 -1
.gitignore
CHANGED
|
@@ -1 +1,13 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MLflow
|
| 2 |
+
mlruns/
|
| 3 |
+
mlflow.db
|
| 4 |
+
|
| 5 |
+
# Generated plots
|
| 6 |
+
*.png
|
| 7 |
+
|
| 8 |
+
# DVC cache
|
| 9 |
+
.dvc/cache
|
| 10 |
+
|
| 11 |
+
# Python
|
| 12 |
+
__pycache__/
|
| 13 |
+
*.pyc
|