Update gitignore
This commit is contained in:
parent
9df408e0f1
commit
2a5a3b07c8
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.DS_Store
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
|
@ -161,3 +162,6 @@ cython_debug/
|
|||
|
||||
# Whisper Models
|
||||
whisper/
|
||||
|
||||
# Audio Files
|
||||
temp.wav
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user