Files
ren fb8b390740 feat: Initial pipeline for Twitch highlight detection
- New 2-of-3 detection system (chat + audio + color)
- GPU support (PyTorch ROCm/CUDA ready)
- Draft mode (360p) for fast testing
- HD mode (1080p) for final render
- Auto download video + chat
- CLI pipeline script
- Documentation in Spanish
2026-02-18 20:41:58 -03:00

42 lines
317 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# Videos (no subir a git)
*.mp4
*.mkv
*.avi
*.mov
# Chat (puede ser grande)
*.json
*.txt
# Highlights
*highlights*.json
*_final.mp4
# Temp
temp_*
frames_temp/
*.wav
# OS
.DS_Store
Thumbs.db
# Env
.env