gpt-tts-ui / .gitignore
hoonsubin's picture
add gitignore
96cdf65
raw
history blame contribute delete
158 Bytes
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Project folder
data/**
!data/.gitkeep
output/