Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -15,6 +15,9 @@ __pycache__/
|
|
| 15 |
*.py[cod]
|
| 16 |
*$py.class
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
# C extensions
|
| 19 |
*.so
|
| 20 |
|
|
|
|
| 15 |
*.py[cod]
|
| 16 |
*$py.class
|
| 17 |
|
| 18 |
+
# Deep Eval
|
| 19 |
+
.deepeval_telemtry.txt
|
| 20 |
+
|
| 21 |
# C extensions
|
| 22 |
*.so
|
| 23 |
|