Spaces:
Runtime error
Runtime error
Jeongsoo1975
commited on
Commit
·
802cf81
1
Parent(s):
ae9ec05
fix: Add all necessary Python files - correct gitignore patterns
Browse files- .gitignore +3 -1
.gitignore
CHANGED
|
@@ -12,7 +12,9 @@ docs/
|
|
| 12 |
|
| 13 |
# Python
|
| 14 |
__pycache__/
|
| 15 |
-
*.
|
|
|
|
|
|
|
| 16 |
*$py.class
|
| 17 |
*.so
|
| 18 |
.Python
|
|
|
|
| 12 |
|
| 13 |
# Python
|
| 14 |
__pycache__/
|
| 15 |
+
*.pyc
|
| 16 |
+
*.pyo
|
| 17 |
+
*.pyd
|
| 18 |
*$py.class
|
| 19 |
*.so
|
| 20 |
.Python
|