# OS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/

# Env and local config
.env
.env.local
.env.*.local
.env.twine

# Project outputs (set via --outdir, e.g., 'transcripts/')
transcripts/
runs/
output/
out/
data/

.env.twine.example
