Spaces:
Runtime error
Runtime error
updating
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
*datasets
|
| 3 |
.DS_Store
|
| 4 |
*.jpg
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Byte-compiled / optimized / DLL files
|
| 7 |
__pycache__/
|
|
|
|
| 2 |
*datasets
|
| 3 |
.DS_Store
|
| 4 |
*.jpg
|
| 5 |
+
*.h5
|
| 6 |
+
*.jpeg
|
| 7 |
|
| 8 |
# Byte-compiled / optimized / DLL files
|
| 9 |
__pycache__/
|