Initial release — PySide6 app for automatic GOG offline installer management

This commit is contained in:
2026-04-09 13:15:26 +02:00
parent bbedaf7eb4
commit f22dc64041
27 changed files with 4324 additions and 1 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Reference codebase
heroic-gogdl-main/
# Environment and secrets
.env
# AI agent documentation (not for commit per AGENTS.md)
AGENTS.md
CLAUDE.md
DESIGN_DOCUMENT.md
# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
# Type checking
.mypy_cache/
.ruff_cache/
# Testing
.pytest_cache/
# Build
dist/
build/
*.egg-info/
# IDE
.vscode/
.idea/
# Logs
logs/