feat: initial commit - manga-image-translator setup with MiniMax LLM for Spanish translation

This commit is contained in:
renato97
2026-05-28 20:51:35 -03:00
commit 9231d96305
18 changed files with 437 additions and 0 deletions

35
.gitignore vendored Normal file
View 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