# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
venv/
.venv/

# LaneGate local state
.lanegate/*
!.lanegate/tickets/
!.lanegate/tickets/*
.lanegate/executor-runs/
worktrees/
*-context-log.jsonl

# graphify generated output (regenerate with /graphify)
graphify-out/

# aider local state
.aider.*

# Go TUI compiled binary (go build -o lanegate-tui ./tui/cmd/lanegate-tui, run from repo root)
/lanegate-tui

# Claude Code local overrides (personal, never shared)
.claude/settings.local.json

# Local MCP client configuration (machine/user-specific)
.mcp.json
.aider*
