# Virtual env
venv/
.venv/

# Index (25k videos, large)
index.json
index.json.tmp

# Logs
logs/

# Transcripts
transcripts/

# Temp files
*.wav
tmp/

# Python
__pycache__/
*.pyc
*.pyo

# IDE
.vscode/
.idea/
