33 lines
363 B
Plaintext
33 lines
363 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/
|
|
|
|
# Docs workspace
|
|
docs/node_modules/
|
|
docs/dist/
|
|
docs/.astro/
|
|
|
|
# Executables
|
|
Twitch_VOD_Manager.exe
|
|
|
|
# Legacy artifacts (not used by TypeScript app)
|
|
server_files/
|
|
installer.iss
|