# 生成产物（幻灯片/音频/分段/最终视频）
output/
*.mp4
*.mp3

# Python
__pycache__/
*.pyc
.venv/
venv/

# 环境变量
.env
