- Add guide/workflows/task-management.md (comprehensive workflow) - Update ultimate-guide.md with task management sections - Add task management quick reference to cheatsheet - Update machine-readable/reference.yaml with new content - Update .gitignore for docs/ directory Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
40 lines
No EOL
461 B
Text
40 lines
No EOL
461 B
Text
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code (ignore personal config, but keep shared commands)
|
|
.claude/
|
|
!.claude/commands/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node (if any tooling added later)
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Misc
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.wav
|
|
*.mp3
|
|
*.onnx
|
|
|
|
# Personal notes & temp filesà
|
|
to-ignore/
|
|
.grepai/
|
|
whitepapers/
|
|
claudedocs/
|
|
.mcp.json
|
|
|
|
# Multi-provider (will be moved to dedicated repo)
|
|
examples/multi-provider/ |