Spaces:
Running
Running
Upload .gitignore with huggingface_hub
Browse files- .gitignore +12 -0
.gitignore
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.venv/
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.py[cod]
|
| 4 |
+
*.egg-info/
|
| 5 |
+
.pytest_cache/
|
| 6 |
+
.ipynb_checkpoints/
|
| 7 |
+
|
| 8 |
+
mlplo/artifacts/
|
| 9 |
+
mlplo/checkpoints/
|
| 10 |
+
mlplo/data/cache/
|
| 11 |
+
mlplo/data/processed/
|
| 12 |
+
.env
|