diff --git a/.gitignore b/.gitignore index 493b46e..ff23a7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,3 @@ app.log .DS_Store -__pycache__/commons.cpython-312.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 +*.pyc diff --git a/text/__pycache__/symbols.cpython-312.pyc b/text/__pycache__/symbols.cpython-312.pyc deleted file mode 100644 index 2ff1819..0000000 Binary files a/text/__pycache__/symbols.cpython-312.pyc and /dev/null differ