Initial qiwei secondary development handoff

This commit is contained in:
2026-06-23 21:11:20 +08:00
commit 858cb68f4f
207 changed files with 52782 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Dependencies
node_modules/
frontend/node_modules/
# Frontend build output
frontend/dist/
# Wails / build output
build/bin/
build/tmp/
build/windows/installer/runtime/
*.syso
# Go cache and test output
.gocache/
*.test
*.out
coverage.out
# Runtime data and logs
Log/
**/Log/
*.log
operations/*_operations.json
config/client_status.json
helper/config/client_status.json
config/knowledge/embedding_index.json
# Local/editor files
.vscode/
.idea/
.DS_Store
Thumbs.db
# Keep release assets intentionally copied for handoff.
!release/
!release/**
frontend/.npm-cache/
frontend/**/.npm-cache/
tools/**/.gocache*/
helper/**/.gocache*/