Changes:
- added rabbitmq hearbeat, consumer and publisher
- fixed vqe to run with rabbitmq
- added frontend via fasthtml
- added proper .env configuration
This commit is contained in:
2026-05-14 13:27:33 +03:00
parent 290c4fada2
commit 96548e60ea
17 changed files with 1488 additions and 228 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.env
localStorage
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]