.venv/
__pycache__/
*.pyc
.pytest_cache/
# Credentials. .env.example carries the names; .env carries the values.
.env

# Never commit converted transcripts — they contain real session content.
*.trajectory.json
dist/
