Inital commit
All checks were successful
/ build (push) Successful in 5s

This commit is contained in:
phil 2025-05-28 17:36:06 +02:00
commit 7c129cc81b
11 changed files with 1486 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env