Spaces:
Sleeping
Sleeping
feryel commited on
Commit ·
126c7b9
1
Parent(s): c5f1008
added a gitignore
Browse files- .gitignore +4 -0
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
venv
|
| 2 |
+
__pycache__
|
| 3 |
+
*.pyc
|
| 4 |
+
*.pyo
|