Twitch-VOD-Manager/.gitignore
xRangerDE b29e50afa1 Initial commit: Twitch VOD Manager v3.5.3
- 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>
2026-02-04 12:30:52 +01:00

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