Commit
·
1ba1a89
1
Parent(s):
d85221f
Remove __pycache__ files from version control
Browse files
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
**/__pycache__
|
|
|
|
1 |
+
**/__pycache__
|
2 |
+
*.pyc
|
vad/__pycache__/__init__.cpython-312.pyc
DELETED
Binary file (459 Bytes)
|
|
vad/__pycache__/audio_processor.cpython-312.pyc
DELETED
Binary file (10.1 kB)
|
|
vad/__pycache__/audio_transcriber.cpython-312.pyc
DELETED
Binary file (7.38 kB)
|
|
vad/__pycache__/main.cpython-312.pyc
DELETED
Binary file (6.06 kB)
|
|