# Virtual environment
venv/
.venv/

# Environment configurations and keys
.env

# Python caching
__pycache__/
*.pyc

# Local media outputs and temporary files
*.mp4
*.wav
*.srt
temp_*
*temp*

# macOS system files
.DS_Store
