wewrite/.gitignore
wangzhuc 4c09df31b3 chore: gitignore CLAUDE.md, remove from tracking
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 20:51:25 +08:00

40 lines
483 B
Text

# Credentials
config.yaml
# User data (generated at runtime, not tracked)
style.yaml
history.yaml
playbook.md
corpus/
lessons/
# Optimized writing parameters (user runs loop to generate their own)
writing-config.yaml
optimization-results.tsv
# Generated output
output/
!output/.gitkeep
# Legacy client directories
clients/
# macOS
.DS_Store
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/*
!dist/openclaw/
build/
# Internal dev docs
docs/
CLAUDE.md
# IDE
.vscode/
.idea/