Initial commit

This commit is contained in:
Hans Aschauer 2026-04-20 11:42:25 +02:00
commit 8885c1872f
14 changed files with 1990 additions and 0 deletions

13
.gitignore vendored Normal file
View file

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