Spaces:
Sleeping
Sleeping
Commit ·
e8eed09
1
Parent(s): 133a630
Add .gitignore and remove __pycache__ from version control
Browse files- .gitignore +5 -0
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
.DS_Store
|
| 4 |
+
venv/
|
| 5 |
+
.env
|