40 lines
483 B
Text
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/
|