# 用户数据目录
users/
archive/

# 商店审核打包
review-package/

# 配置文件（包含敏感信息）
config.yaml
whitelist.yaml

# 编译产物
/picoaide
/picoaide-linux-amd64
/picoagent
/picoagent-*
*.exe

# 沙箱二进制集
/bundle/

# Go 工具产物
*.test
*.out
vendor/

# 数据库文件
*.db

# SSH 端口映射
.ssh_ports.json

# Claude Code 配置
.claude/
.superpowers/

# IDE
.idea/
.vscode/
*.swp
_playwright_ref/
picoaide-desktop/__pycache__/
picoaide-desktop/core/__pycache__/
picoaide-desktop/ui/__pycache__/
website/public/
website/.hugo_build.lock

# CMake 构建目录
/build/

# 嵌入的 bundle（由 CMake 构建时复制）
/internal/rootfs/bundle/

# 本地构建目录
/dist/
picoaide-extension/dist/
picoaide-extension/node_modules/
images/
-
