Initial commit

This commit is contained in:
phil 2025-01-02 02:14:30 +01:00
commit 4be2036f3b
10 changed files with 1303 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