Initial PWA assistant proof of concept

This commit is contained in:
2026-04-26 21:50:39 +02:00
commit fb8cc4d086
12 changed files with 901 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
.env
.venv/
venv/
__pycache__/
*.py[cod]
*.log
*.sqlite
*.db
.DS_Store
Thumbs.db