initial prototype

This commit is contained in:
Haze Weathers 2024-12-26 03:34:11 -05:00
commit 6c298e1b0d
9 changed files with 2371 additions and 0 deletions

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
# Python cache files
__pycache__/
# Setuptools
build/
dist/
*.egg-info/
# Virtual environments
env/
# ninja
build.ninja
.ninja_deps
.ninja_log