Spaces:
Sleeping
Sleeping
Bachstelze commited on
Commit ·
0227cfd
1
Parent(s): e05be87
ignore images
Browse files- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
# HuggingFace rejects binary files via git push
|
| 3 |
A3/models/*.pkl
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
# Python
|
| 6 |
__pycache__/
|
| 7 |
*.py[cod]
|
|
|
|
| 2 |
# HuggingFace rejects binary files via git push
|
| 3 |
A3/models/*.pkl
|
| 4 |
|
| 5 |
+
# images
|
| 6 |
+
score_board.png
|
| 7 |
+
A5b/models/adaboost_feature_importance.png
|
| 8 |
+
|
| 9 |
# Python
|
| 10 |
__pycache__/
|
| 11 |
*.py[cod]
|