# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# uv
.python-version
uv.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Output
transcripts/

# Cache (local, not in repo)
.cache/
