# .clawhubignore — 发布到 ClawHub 时排除的路径模式
# 参考: https://documentation.openclaw.ai/clawhub/skill-format

# 依赖产物(用户首次使用 SKILL.md 内 npm install 自行安装)
node_modules/

# 浏览器二进制(随 npm install 时 npx playwright install chromium 拉取)
.playwright/

# 回归测试截图(.gitignore 已忽略;基线 JSON 仍保留)
scripts/test/golden/shots/

# 临时/输出产物
*.pptx
*.tmp
.cache/

# 内部开发文档(不构成技能对外能力)
OPTIMIZATION-PLAN.md

# 版本控制与本地元数据
.git/
.gitignore
.gitattributes

# 本地技能缓存与 daily log(WorkBuddy 内部)
.workbuddy/

# macOS / 编辑器元数据
.DS_Store
*.swp
*~
.vscode/
.idea/

# 打包输出自身
dist/
*.zip
