Add build workflow and requirements
Some checks failed
Build Binaries / build-linux (push) Successful in 1m36s
Build Binaries / build-windows (push) Has been cancelled

This commit is contained in:
2026-01-13 16:35:58 +01:00
commit 9f15ad3348
5 changed files with 596 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
__pycache__/
*.pyc
build/
dist/
*.spec
.env