Initial commit: local video captioning and translation tool

This commit is contained in:
Adolfo Reyna
2026-06-08 13:24:00 -04:00
commit ed29467f47
7 changed files with 778 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# 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