Spaces:
Sleeping
Sleeping
Gutema-1990 commited on
Commit ·
f5f4d12
1
Parent(s): 5effc43
Remove secrets and cache files
Browse files- .gitignore +7 -0
- api/__pycache__/app.cpython-310.pyc +0 -0
- api/__pycache__/app.cpython-311.pyc +0 -0
.gitignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Local secrets
|
| 3 |
+
.env
|
| 4 |
+
|
| 5 |
+
# Python cache
|
| 6 |
+
__pycache__/
|
| 7 |
+
*.pyc
|
api/__pycache__/app.cpython-310.pyc
DELETED
|
Binary file (11.7 kB)
|
|
|
api/__pycache__/app.cpython-311.pyc
DELETED
|
Binary file (22.2 kB)
|
|
|