Update .gitignore
Browse files- .gitignore +3 -1
.gitignore
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
# Ignore audio output files
|
| 2 |
output.wav
|
| 3 |
__pycache__/*
|
| 4 |
-
__pycache__/app.cpython-312.pyc
|
|
|
|
|
|
|
|
|
| 1 |
# Ignore audio output files
|
| 2 |
output.wav
|
| 3 |
__pycache__/*
|
| 4 |
+
__pycache__/app.cpython-312.pyc
|
| 5 |
+
|
| 6 |
+
.cache/*
|