Initial scaffold: React+TS+Vite frontend, FastAPI backend, config system

This commit is contained in:
root
2026-02-25 21:57:36 -06:00
commit 11eab66e9d
45 changed files with 4508 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
node_modules/
frontend/dist/
frontend/node_modules/
backend/__pycache__/
backend/**/__pycache__/
*.pyc
.venv/
venv/
.env