Inital Commit

This commit is contained in:
2025-05-07 13:02:42 +10:00
parent 179821cca1
commit afe1d20e18
6 changed files with 885 additions and 1 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