/target
.DS_Store
/docks.json
/profile.json
.vscode
index.scip
*.log
__pycache__/
*.py[cod]
node_modules/
docs-site/docs/.vitepress/dist/
docs-site/docs/.vitepress/cache/
docs-site/docs/public/images/

.worktrees/

# Rust build artifacts
target/
**/target/
crates/**/target/
# 本机低内存构建用的独立 target 目录（CARGO_TARGET_DIR=target-native）
target-native/

# 本地打包产物（script/bundle-macos-dmg.sh 写在仓库根）
/navop-*.dmg
/*.tar.gz

# Debug artifacts
**/*.rs.bk
*.pdb

# IDEs
.idea/
.idea/vcs.xml
.vscode/
*.swp
*.swo
*~
.zed/

# Cargo lock for libraries (keep for binaries)
# Cargo.lock is already tracked, so commenting this out
# Cargo.lock

# Backup files
*.bak
*.tmp

# OS specific
Thumbs.db
.Spotlight-V100
.Trashes


# Environment variables
.env
.env.local
.env.*.local

# Local-only scripts
/supabase.sql

# AI Coding 生成的提交文档
commit-info.md

.superpowers/
.codegraph/
.zcode/
updates_latest.json
.workbuddy/

# Finch 本地工作区状态（权限等）
.finch/
