node_modules/
dist/
*.log
.DS_Store
*.tsbuildinfo
# packages/*/node_modules/
packages/*/dist/
packages/*/dist-chrome/
packages/*/dist-firefox/
*.cpuprofile

# Environment
.env

# Editor files
.vscode/
.zed/
.idea/
.claude/
*.swp
*.swo
*~

# Package specific
.npm/
coverage/
.nyc_output/
.pi_config/
tui-debug.log
compaction-results/
.opencode/
syntax.jsonl
out.jsonl
pi-*.html
out.html
packages/coding-agent/binaries/
todo.md
plans/
.prime/agent/
collect.sh
.kernel-venv/
.worktrees/
# Project-local agent config (.zero/agent) and RLM worktree-isolation checkouts
# (.zero/worktrees) both live under this directory — .worktrees/ above predates
# the rebrand and never covered either.
.zero/
# Test scratch dirs leaked by non-portable setup outside a try block
# (agent-session-autonomous.test.ts, fixed in task #42); ignore defensively.
.tmp-autonomous-untracked-*/

__pycache__/
*.pyc
