Changed directory structure and yapped...a lot

Still can start blabbering like crazy in the HTML if I feel like it.
This commit is contained in:
foreverpyrite
2025-12-02 19:54:00 -05:00
commit 8fe3f7d756
18 changed files with 4020 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