Spaces:
Runtime error
Runtime error
Upload .gitignore with huggingface_hub
Browse files- .gitignore +2 -2
.gitignore
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Byte-compiled / optimized / DLL files
|
2 |
-
|
3 |
*.py[cod]
|
4 |
*$py.class
|
5 |
|
@@ -152,4 +152,4 @@ dmypy.json
|
|
152 |
# Cython debug symbols
|
153 |
cython_debug/
|
154 |
|
155 |
-
|
|
|
1 |
# Byte-compiled / optimized / DLL files
|
2 |
+
__pycache__/
|
3 |
*.py[cod]
|
4 |
*$py.class
|
5 |
|
|
|
152 |
# Cython debug symbols
|
153 |
cython_debug/
|
154 |
|
155 |
+
out/
|