6eb898ffca
The directory carries this session's scheduled-tasks lock file and agent-memory cache; both are per-user state, not project artifacts. Stops `git status` from listing it on every command. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
21 lines
274 B
Plaintext
21 lines
274 B
Plaintext
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Claude Code local state — agent memory, scheduler lock, etc.
|
|
.claude/
|
|
|
|
# mcp-server (TypeScript)
|
|
mcp-server/node_modules/
|
|
mcp-server/dist/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|