Spaces:
Paused
Paused
up11
Browse files- .gitignore +1 -0
- __pycache__/app.cpython-312.pyc +0 -0
.gitignore
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
# Ignore audio output files
|
| 2 |
output.wav
|
| 3 |
__pycache__/*
|
|
|
|
|
|
| 1 |
# Ignore audio output files
|
| 2 |
output.wav
|
| 3 |
__pycache__/*
|
| 4 |
+
__pycache__/app.cpython-312.pyc
|
__pycache__/app.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ
|
|
|