added a .gitignore
All checks were successful
PyInstaller Build / build (push) Successful in 2m27s

This commit is contained in:
2026-02-11 19:01:59 +01:00
parent 4360926339
commit 123a2126ee
11 changed files with 164 additions and 80 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Build artifacts
dist/
build/
# Python cache
__pycache__/
*.py[cod]
*$py.class
# PyInstaller
*.spec
# Virtual environments
.venv/
venv/
ENV/
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Logs
*.log