No plugins should promise future features. ROADMAP.md and BACKLOG.md are internal planning documents, not public-facing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
313 B
Text
29 lines
313 B
Text
# Local configuration (contains user-specific settings)
|
|
*.local.md
|
|
okr.local.md
|
|
|
|
# MCP configuration (may contain API keys)
|
|
.mcp.json
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
credentials.*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Internal planning
|
|
ROADMAP.md
|
|
BACKLOG.md
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|