Initial commit

This commit is contained in:
phil 2024-12-01 00:53:31 +01:00
commit 2463355b0b
11 changed files with 1029 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