Commit ·
b73dbf7
1
Parent(s): 9a5e266
Add gitignore and remove pycache
Browse files- .gitignore +6 -0
- app/__pycache__/main.cpython-311.pyc +0 -0
.gitignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.py[cod]
|
| 3 |
+
*$py.class
|
| 4 |
+
.venv/
|
| 5 |
+
env/
|
| 6 |
+
venv/
|
app/__pycache__/main.cpython-311.pyc
DELETED
|
Binary file (8.81 kB)
|
|
|