transcripts/
dist/
build/
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.pytype/
.pyre/
.cache/
.venv/
.env
.env.*
*.env
*.log
.DS_Store
.idea/
.vscode/

tmp*