Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 22 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
# Python
__pycache__/
desktop/
build/
dist/
*venv*/
python_embeded/
build/
dist/
*venv*/
python_embeded/
*.pyc
*.bin
log.txt
config.txt

# Misc
project/
.vscode/
*.log
.env
gui_settings.yaml
# VSCode
.vscode
*.dll
*.exe
useful_tools/GalTransl_DumpInjector/config.ini
useful_tools/GalTransl_DumpInjector/VNTextPatch/names.xml
*.log
venv*/
project/
python_embeded/

# Models
models/
*.gguf
faster-whisper*/
build/
dist/
translate/
whisper-faster/whisper-faster.exe
*.dll
*.exe
# Python venv
.venv
# Faster Whisper XXL
_xxl_data
project/config.yaml

# Tests
Tests
separate/
tests
separate
489 changes: 330 additions & 159 deletions app.py

Large diffs are not rendered by default.

Loading