# secrets
.env
.env.*

# caches / outputs
.chunkscribe/
*.wav
*.mp3
*.txt
!README.md

# python
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.venv/
venv/
