diff --git a/.gitignore b/.gitignore index 0db34f7..1dd404e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,31 @@ -venv/ -__pycache__ -*.egg-info -*.DS_Store +# Development Tools. +.mypy_cache/ +.ruff_cache/ +__pycache__/ .idea/ .vscode/ -checkpoints/* -outputs/ -build/ + +# Environments. +.venv*/ +venv*/ +conda_env*/ + +# Python Bytecode. *.py[cod] + +# Distribution/Packaging. +/build/ +/dist/ *.egg-info/ -.venv +.pypirc + +# Operating System Junk. +*.DS_Store +Thumbs.db +desktop.ini + +# IndexTTS. +/cache/ +/checkpoints/* +!/checkpoints/*.yaml +/outputs/