Keep master focused on the TypeScript/Electron app so repository language stats and future maintenance reflect the current codebase.
25 lines
244 B
Plaintext
25 lines
244 B
Plaintext
# Build artifacts
|
|
build/
|
|
dist/
|
|
installer_output/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyw
|
|
*.spec
|
|
|
|
# Config with credentials
|
|
config.json
|
|
|
|
# Temp files
|
|
*.log
|
|
nul
|
|
download_queue.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Executables
|
|
Twitch_VOD_Manager.exe
|
|
server_files/*.exe
|