Spaces:
Runtime error
Runtime error
build: except audio file in git
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
__pycache__/
|
2 |
-
.env
|
|
|
|
|
|
1 |
__pycache__/
|
2 |
+
.env
|
3 |
+
*.mp3
|
4 |
+
/audio
|