Spaces:
Running
Running
zach
commited on
Commit
·
83c6aee
1
Parent(s):
8a07bd1
Update .gitignore to ignore temp files
Browse files- .gitignore +4 -1
.gitignore
CHANGED
@@ -35,4 +35,7 @@ dist/
|
|
35 |
Thumbs.db
|
36 |
|
37 |
# Python cache
|
38 |
-
*.cache
|
|
|
|
|
|
|
|
35 |
Thumbs.db
|
36 |
|
37 |
# Python cache
|
38 |
+
*.cache
|
39 |
+
|
40 |
+
# Temp files
|
41 |
+
src/static/audio/
|