- Main application with auto-update functionality - PyInstaller spec for building standalone EXE - Inno Setup installer script with silent update support - Server version.json for update checking Features: - Download Twitch VODs - Auto-update with silent installation - Settings stored in ProgramData Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
208 B
Plaintext
22 lines
208 B
Plaintext
# Build artifacts
|
|
build/
|
|
dist/
|
|
installer_output/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Config with credentials
|
|
config.json
|
|
|
|
# Temp files
|
|
*.log
|
|
nul
|
|
download_queue.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Old exe
|
|
Twitch_VOD_Manager.exe
|