Initial commit

This commit is contained in:
innotex
2026-01-16 18:40:39 +01:00
commit 9ec63a8aa2
76 changed files with 13235 additions and 0 deletions

8
frontend/.gitignore vendored Normal file
View File

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