feat: implement project bus MVP

This commit is contained in:
Codex Lead Engineer
2026-07-30 02:13:26 +02:00
commit bc55924198
28 changed files with 3518 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
__pycache__/
*.py[cod]
*.db
*.db-shm
*.db-wal
.coverage
.pytest_cache/
.venv/
dist/
build/
*.egg-info/
.env