Spaces:
Runtime error
Runtime error
machineuser
commited on
Commit
•
5f8c4d2
1
Parent(s):
0a95161
.gitignore
Browse files- .gitignore +6 -0
.gitignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__pycache__/
|
2 |
+
*.py[cod]
|
3 |
+
*$py.class
|
4 |
+
|
5 |
+
|
6 |
+
.env/
|