local-tool/: visionA-local desktop app
- M1: Wails shell + Go server + Next.js UI + Mock mode (macOS dmg ready)
- M2: i18n (zh-TW/en) + Settings 4-tab refactor
- M3: Embedded Python 3.12 runtime (python-build-standalone) + KneronPLUS wheels
- M4: Windows Inno Setup script (build on Windows runner)
- M5: Linux AppImage script + udev rule (build on Linux runner)
- M6: ffmpeg (GPL, pending legal review) + yt-dlp bundled
- Lifecycle: watchServer health check, fatal native dialog,
Wails IPC raise endpoint, stale process cleanup
.autoflow/: full PRD / Design Spec / Architecture / Testing docs
(4 rounds tri-party discussion + cross review)
.github/workflows/: macOS / Windows / Linux build CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
# OS
|
||
.DS_Store
|
||
Thumbs.db
|
||
.AppleDouble
|
||
.LSOverride
|
||
|
||
# Editor
|
||
.vscode/
|
||
.idea/
|
||
*.swp
|
||
*.swo
|
||
|
||
# ─────────────────────────────────────
|
||
# local-tool 子專案的 build 產物
|
||
# ─────────────────────────────────────
|
||
|
||
# 不進 git 的依賴與產物(決策 R4-D2)
|
||
local-tool/vendor/
|
||
local-tool/dist/
|
||
local-tool/payload/
|
||
|
||
# Go server 的 embed 與 build 產物
|
||
local-tool/server/web/out/
|
||
local-tool/server/visiona-local-server
|
||
|
||
# Frontend
|
||
local-tool/frontend/node_modules/
|
||
local-tool/frontend/.next/
|
||
local-tool/frontend/out/
|
||
|
||
# Wails 產物
|
||
local-tool/visiona-local/build/bin/
|
||
local-tool/visiona-local/build/darwin/Resources/
|
||
local-tool/visiona-local/build/windows/Resources/
|
||
local-tool/visiona-local/build/linux/Resources/
|
||
local-tool/visiona-local/visiona-local
|
||
local-tool/visiona-local/visiona-local.exe
|
||
local-tool/visiona-local/payload/
|
||
|
||
# 環境變數
|
||
.env
|
||
.env.local
|
||
.env.*.local
|