Twitch-VOD-Manager/.gitignore
xRangerDE 301132c9ee Add Astro + MDX docs workspace
Create a separate docs project with Astro and MDX so product documentation can evolve independently from the Electron app while supporting the planned TS/MDX migration.
2026-02-13 10:00:12 +01:00

30 lines
305 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
server_files/*.exe