Commit
·
e8921da
1
Parent(s):
5a1c475
Add .gitignore file to exclude Python bytecode file
Browse files- .gitignore +1 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__/app.cpython-311.pyc
|