Initial commit

This commit is contained in:
2025-08-14 11:13:05 +02:00
commit cd74efb827
8 changed files with 361 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