chore: cleanup legacy files and update gitignore

- Remove obsolete Docker files (will be recreated later)
- Remove legacy launcher.py and transcriptarr.py
- Remove subgen.xml configuration
- Remove test_backend.py (tests will be restructured)
- Remove language_code.py from root (moved to backend/core/)
- Update .gitignore for Python project structure
This commit is contained in:
2026-01-16 15:10:14 +01:00
parent 8acbe84b15
commit 9655686a50
9 changed files with 9 additions and 2498 deletions

10
.gitignore vendored
View File

@@ -9,4 +9,12 @@
#ignore our settings
.env
models/
models/
transcriptarr.db
# Python cache
__pycache__/
**/__pycache__/
*.pyc
*.pyo