Kokoro_TTS_Compare / .gitignore
Wismut's picture
initial commit
2eaa44a
raw
history blame
377 Bytes
pretrained_models/Kokoro/*.pth
pretrained_models/Kokoro/voices/*.pt
pretrained_models/Kokoro/config.json
output.wav
.env
# Ommit the DS_Store folder automatically created by macOS
.DS_Store/
# python virtual environment folder
.venv/
.vscode/
# process log file
process_log.txt*
process_log.txt
# Python cache
__pycache__/
/*/__pycache__/
/*/*/__pycache__/