Includes: CLAUDE.md, settings.json, agents, commands, rules, skills, hooks, contexts, evals, get-shit-done, plugin configs (installed list and marketplace sources). Excludes credentials, runtime caches, telemetry, session data, and plugin binary cache.
424 B
424 B
paths
| paths | ||
|---|---|---|
|
Python Hooks
This file extends common/hooks.md with Python specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- black/ruff: Auto-format
.pyfiles after edit - mypy/pyright: Run type checking after editing
.pyfiles
Warnings
- Warn about
print()statements in edited files (useloggingmodule instead)