Commit
·
b9da93e
1
Parent(s):
365cf44
chore: Ignore Python bytecode file in .gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
.env
|
|
|
|
1 |
.env
|
2 |
+
__pycache__/app.cpython-311.pyc
|