# 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
