Spaces:
Running
Running
Fix: remove __pycache__ and add .gitignore
Browse filesCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- .gitignore +4 -0
- __pycache__/app.cpython-310.pyc +0 -0
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
*.pyo
|
| 4 |
+
.env
|
__pycache__/app.cpython-310.pyc
DELETED
|
Binary file (10.4 kB)
|
|
|