initial commit

This commit is contained in:
Noa Aarts 2025-11-27 23:56:32 +01:00
commit bc71e758cf
Signed by: noa
GPG key ID: 1850932741EFF672
7 changed files with 247 additions and 0 deletions

11
.gitignore vendored Normal file
View file

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