v1.2 scaffold

This commit is contained in:
2026-04-25 20:43:37 +12:00
parent 658cda8c35
commit bc211ffcc8
58 changed files with 5104 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.venv/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
node_modules/
.svelte-kit/
backend/.venv/
backend/.pytest_cache/
frontend/node_modules/
*.pyc
*.pyo
*.pyd
*.sqlite3
*.db