Initial commit

This commit is contained in:
phil 2024-12-12 02:47:55 +01:00
commit fdc8d2534a
9 changed files with 771 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
results
sources