chore: add __pycache__ to gitignore
This commit is contained in:
parent
973dcd5d78
commit
5bae7cf1fe
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,8 @@
|
||||||
*swp
|
*swp
|
||||||
*swo
|
*swo
|
||||||
|
|
||||||
|
__pycache__
|
||||||
|
|
||||||
outputs/
|
outputs/
|
||||||
inputs/
|
inputs/
|
||||||
*.wav
|
*.wav
|
||||||
|
|
Loading…
Reference in a new issue