gitignore update

This commit is contained in:
Nik Afiq 2024-11-21 11:25:06 +09:00
parent 6e19919b90
commit ec49570dbe
2 changed files with 1 additions and 10 deletions

11
.gitignore vendored
View File

@ -1,12 +1,3 @@
app.log app.log
.DS_Store .DS_Store
__pycache__/commons.cpython-312.pyc *.pyc
__pycache__/constant.cpython-312.pyc
models/__pycache__/attentions.cpython-312.pyc
models/__pycache__/models.cpython-312.pyc
models/__pycache__/modules.cpython-312.pyc
models/__pycache__/transforms.cpython-312.pyc
models/__pycache__/utils.cpython-312.pyc
monotonic_align/__pycache__/__init__.cpython-312.pyc
text/__pycache__/__init__.cpython-312.pyc
text/__pycache__/cleaners.cpython-312.pyc