visionA/local-tool/.gitignore
jim800121chen c54f16fca0 Initial commit: visionA monorepo with local-tool subproject
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>
2026-04-11 22:10:38 +08:00

74 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Autoflow Agent由 autoflow-agent init 自動產生)
.claude/
.autoflow/CLAUDE.md.backup.*
.autoflow/.backups/
# ── 第三方依賴(由 make vendor-sync 下載,不進 git第三輪決策 Q-D=D2 ──
/vendor/**
!/vendor/.gitkeep
!/vendor/README.md
# ── 建置產出 ──
/dist/
/visiona-local/build/bin/
/visiona-local/build/darwin/Resources/
/visiona-local/payload/
!/visiona-local/payload/.gitkeep
# M1-11頂層 payload/ 是 build 產物,不進 git除了 .gitkeep
/payload/**
!/payload/.gitkeep
/payload/*.tar.gz
/payload/*.zip
# ── Go ──
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work.sum
# ── Node / Next.js / pnpm ──
node_modules/
.pnpm-store/
.next/
out/
*.tsbuildinfo
.npm
.pnpm-debug.log*
# ── Pythondev 時可能出現的 venv / cache ──
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
# ── Editor / IDE ──
.vscode/
.idea/
*.swp
*.swo
# ── OS ──
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# ── Env / Secrets ──
.env
.env.local
.env.*.local
*.pem
*.key