Initial commit

This commit is contained in:
2025-05-21 17:26:19 +02:00
commit 9e84f47c1f
16 changed files with 697 additions and 0 deletions

10
.gitignore vendored Normal file
View File

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