wewrite/.gitignore
wangzhuc b7d91523cc chore: gitignore docs/, remove internal dev docs from tracking
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 14:56:37 +08:00

39 lines
473 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/
# IDE
.vscode/
.idea/