# Build artifacts
/bin/
/dist/
/stage/
/roach-code
/roach-code.exe
/roach
/roach.exe

# Scratch / preview files (e.g. docs/_mascot_check.html)
/docs/_*

# Input diagnostics (ROACH_INPUT_DEBUG writes this in the cwd; never committed)
/roach-input-debug.log

# Go test/build scratch
*.test
*.out
*.coverprofile
coverage.out
cpu.prof
mem.prof

# Environment / local config (roach-code.example.toml is the shared template)
.env
.env.local
*.local
/roach-code.toml
/roach-code.toml.bak

# Node / frontend dependencies and caches
node_modules/
.pnpm-store/
.npm/

# Project-local Roach Code state; keep the checked-in review command.
/.roach-code/*
!/.roach-code/commands/
!/.roach-code/commands/review.md

# CodeGraph per-project index (rebuilt locally; never committed)
.codegraph/

# Local agent/loop scratch state and runtime pid files
.omo/
.qwen/
server.pid

# Editor / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
