- Observability: MLflow Tracing section complète (CLI + SDK, LLM-as-judge) - Skills §5.5: UI UX Pro Max (33.7k stars, design reasoning engine BM25) - Diagram #41: AI Fluency High vs Low paths (Anthropic research) - 3 callouts empiriques AI Fluency Index (Rev Engine 5.6×, CLAUDE.md 30%) - Hooks docs v2.1.47-2.1.50: WorktreeCreate/Remove, ConfigChange, --from-pr - CC releases tracking: v2.1.50 → v2.1.52 - 4 nouvelles évaluations ressources (AgentsView, AI Fluency, UX Pro Max) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
43 lines
No EOL
508 B
Text
43 lines
No EOL
508 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
|
|
|
|
# Book (work in progress, not public yet)
|
|
book/
|
|
|
|
# Multi-provider (will be moved to dedicated repo)
|
|
examples/multi-provider/ |