initial commit

This commit is contained in:
Marty Oehme 2025-02-12 18:24:24 +01:00
commit c8e19db44c
6 changed files with 255 additions and 0 deletions

14
.gitignore vendored Normal file
View file

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