docs: add kbqa system design

This commit is contained in:
gqt
2026-07-13 10:14:09 +08:00
commit 81e156703a
2 changed files with 578 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Secrets and local configuration
.env
.env.*
!.env.example
1.md
# Local runtime data
data/
# Superpowers visual brainstorming artifacts
.superpowers/
# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
# Node.js
node_modules/
dist/
coverage/
# Editors and operating systems
.DS_Store
.idea/
.vscode/