Initial commit

This commit is contained in:
phil 2024-10-23 16:19:51 +02:00
commit f4cf78603a
25 changed files with 2895 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
# Custom
.python-version