docs: add kbqa system design
This commit is contained in:
+28
@@ -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/
|
||||
Reference in New Issue
Block a user