wewrite/.gitignore
wangzhuc 1ab34fa450 Initial release — 公众号文章全流程 AI Skill
热点抓取 → 选题 → 框架 → 写作 → SEO → 视觉AI → 排版 → 微信草稿箱,
一句话触发完整流程。适用于 Claude Code skill 格式。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 22:16:18 +08:00

27 lines
322 B
Text

# Credentials
config.yaml
# Generated output (keep directory structure)
output/**/
!output/.gitkeep
# macOS
.DS_Store
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
# Client data (demo is tracked as template)
clients/*/corpus/
clients/*/lessons/
clients/*/playbook.md
!clients/demo/