Initial commit: add Trading Studio voice-over pipeline for quant trading review videos.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-12 13:19:44 +08:00
commit 5e95d3af2f
10 changed files with 1862 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
# Python 虚拟环境
venv/
.venv/
env/
# 模型权重与音色文件(体积大,不入库)
*.pt
*.pth
*.onnx
*.bin
*.safetensors
# 音频产物
*.wav
*.mp3
*.flac
*.ogg
*.m4a
# 日志
*.log
# 运行时目录
uploads/
outputs/
__pycache__/
*.py[cod]
*$py.class
.Python
# IDE
.idea/
.vscode/
*.swp
*.swo
# 系统文件
.DS_Store
Thumbs.db
# 环境变量与密钥
.env
.env.*
# Gradio 临时
gradio_cached_examples/