Cheatsheet updated with commands from Claude Code v2.1.59–v2.1.71: - /loop [interval] [prompt] — recurring scheduler (bg polling while you work) - /stats — usage graph, favorite model, streak - /rename [name] — name/rename current session - /copy — interactive picker for code blocks - Ctrl+F — kill all background agents (double press) - /loop added to "Features méconnues" section (v2.1.71) Applied to both guide/cheatsheet.md and landing cheatsheet/index.astro. Landing version synced: 3.29.2 → 3.32.2. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
51 lines
641 B
Text
51 lines
641 B
Text
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code (ignore personal config, but keep shared commands and agents)
|
|
.claude/
|
|
!.claude/commands/
|
|
!.claude/agents/
|
|
|
|
# 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/
|
|
|
|
# MCP server build output
|
|
mcp-server/dist/
|
|
mcp-server/node_modules/
|
|
|
|
# Vitals provenance data
|
|
.vitals/
|