feat: initial commit - manga-image-translator setup with MiniMax LLM for Spanish translation
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
.DS_Store
|
||||
|
||||
# manga-image-translator internals (submodule content)
|
||||
manga-image-translator/.git/
|
||||
manga-image-translator/models/
|
||||
manga-image-translator/venv/
|
||||
manga-image-translator/result/
|
||||
manga-image-translator/__pycache__/
|
||||
manga-image-translator/**/*.pyc
|
||||
|
||||
# Sensitive
|
||||
.env
|
||||
.env.*
|
||||
manga-image-translator/.env
|
||||
|
||||
# Large translated galleries (>10MB)
|
||||
example-translated/nhentai_652854/
|
||||
example-translated/nhentai_652854_test/
|
||||
|
||||
# Temporary/debug
|
||||
*.log
|
||||
Reference in New Issue
Block a user