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