Files
Transcriptarr/.gitignore
Dasemu 9655686a50 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
2026-01-16 15:10:14 +01:00

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