# ============================================================
# 绝不上传 — 敏感信息 / 本地配置
# ============================================================
settings.local.json
settings.json
.env
.env.*
*.token
*.pem
*.key
credentials.*
secret.*

# ============================================================
# 平台本地配置（用户安装后的目录）
# ============================================================
.claude/
.opencode/
.codex/
.agents/
.mcp.json

# ============================================================
# 引擎运行时
# ============================================================
.jarvis/
engine.db
*.db
*.sqlite

# ============================================================
# Git 仓库文件
# ============================================================
.git/
.gitignore
.gitattributes
.gitmodules
.git-rewrite/
.gitkeep

# ============================================================
# GitHub / CI
# ============================================================
.github/
.gitlab-ci.yml
Jenkinsfile
.travis.yml

# ============================================================
# IDE / 编辑器
# ============================================================
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/

# ============================================================
# 系统文件
# ============================================================
.DS_Store
Thumbs.db
desktop.ini

# ============================================================
# 开发工具
# ============================================================
node_modules/
package-lock.json
*.tgz

# ============================================================
# 文档与脚本
# ============================================================
.jarvis/
scripts/
skills-lock.json
_runner.py
web/
commands-desktop.png
commands-fixed.png
commands-mobile.png
commands-page-*.png
commands-prod-*.png
commands-tablet.png
commands-with-data.png
web-panel-*.png

# ============================================================
# 临时与日志
# ============================================================
*.tmp
*.temp
*.log
logs/
*.cache
.cache/

# ============================================================
# 设计系统（自动生成）
# ============================================================
design-system/

# ============================================================
# 测试
# ============================================================
test/
tests/
__tests__/
*.test.js
*.spec.js
dist/tests/
*.js.map
*.d.ts.map
coverage/
.nyc_output/

# ============================================================
# 其他
# ============================================================
CLAUDE.md
AGENTS.md
CHANGELOG.md
