working software

This commit is contained in:
ultrablob 2025-02-12 21:56:41 -05:00
commit 9a800bb839
7 changed files with 907 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