Spaces:
Runtime error
Runtime error
gitignore build languages
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -1 +1,3 @@
|
|
|
|
|
| 1 |
*.pyc
|
|
|
|
|
|
| 1 |
+
__pycache__/*
|
| 2 |
*.pyc
|
| 3 |
+
build/*
|