Initial commit

This commit is contained in:
Jage9
2026-02-20 08:16:43 -05:00
commit b246c9a7fd
53 changed files with 9538 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Local config/state
server/config.toml
server/runtime/
# Python
server/.venv/
**/__pycache__/
*.py[cod]
.pytest_cache/
# Node/Vite
client/node_modules/
client/dist/
# OS/editor/log noise
.DS_Store
*.log
*.bak