skills-vault/skills/voice-generation/.gitignore

15 lines
200 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.venv/
venv/
# Project: keep registry out of git, keep outputs out of git
voices.json
output/*
!output/.gitkeep
scripts/*
!scripts/.gitkeep