# Dependencies node_modules/ frontend/node_modules/ # Frontend build output frontend/dist/ # Packaging output (绿色免安装版) dist/ # Wails / build output build/bin/ build/tmp/ build/windows/installer/runtime/ # Wails 打包时自动生成/下载的中间产物,每次构建都会变 build/windows/installer/tmp/ build/windows/installer/wails_tools.nsh build/windows/installer/MicrosoftEdgeWebview2Setup.exe *.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*/