Upload .gitignore with huggingface_hub
Browse files- .gitignore +9 -0
.gitignore
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
*.pyo
|
| 4 |
+
*.pyd
|
| 5 |
+
.DS_Store
|
| 6 |
+
.ipynb_checkpoints/
|
| 7 |
+
.idea/
|
| 8 |
+
.vscode/
|
| 9 |
+
evaluation_report.md
|