This commit is contained in:
2026-01-02 14:07:44 +01:00
commit b06704bcd7
4 changed files with 336 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# PyInstaller build files
build/
dist/
*.spec
__pycache__/
*.pyc
*.pyo
# Python cache
.pytest_cache/
*.egg-info/
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Keep only source files
!installer.py
!build.bat
!logo.ico
!.gitignore
!README.md