Initial commit: local video captioning and translation tool
This commit is contained in:
+20
@@ -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
|
||||
Reference in New Issue
Block a user