- 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
20 lines
216 B
Plaintext
20 lines
216 B
Plaintext
.vscode/*
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
#ignore our settings
|
|
.env
|
|
|
|
models/
|
|
|
|
transcriptarr.db
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.pyc
|
|
*.pyo |