node_modules/

# Transient test/output artifacts that historically leaked into the repo
.tmp-stop-e2e/
nanobanana-output/
*.tmp
dist/

# Host-local Claude Code runtime state (scheduled_tasks.lock, worktrees/).
# Recreated per session by the local harness; never source.
.claude/

# Exception: vendored snapshots may legitimately ship a .claude/ subtree
# (e.g. addy-agent-skills/.claude/commands/ is referenced by upstream's plugin.json).
!third-party/*/.claude/
!third-party/*/.claude/**

# Stray full-clone of upstream addy/agent-skills.
# Vendored snapshot at third-party/addy-agent-skills/ (pinned via MANIFEST.md) is the source of truth.
agent-skills/
