- Update .gitignore for new backend structure - Update GitHub workflows for transcriptarr rename - Update launcher.py to use new module name
12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
.vscode/*
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
#ignore our settings
|
|
.env
|
|
|
|
models/ |