# Node / Electron node_modules/ .pnpm/ dist/ out/ build/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Go .go/ bin/ *.test *.out vendor/ # compiled daemon binary /backend/backend agent-orchestrator.yaml # Backend runtime data artifacts (SQLite store + WAL, CDC event log). # Created at AO_DATA_DIR (outside the repo by default); ignored here so a # data dir pointed at the tree never gets committed. *.db *.db-shm *.db-wal session-events.jsonl session-events.jsonl.* # Agent Orchestrator local session state .ao/ # AO reviewer scratch output. The reviewer agent runs inside the worker's # worktree; its review writeup must never be committed onto the worker branch. /review.md # Environment .direnv/ .env .env.* !.env.example # Editor / IDE .vscode/ .idea/ *.swp *~ # Local tooling (not for the team) .codegraph/ .cursor/ # OS .DS_Store Thumbs.db # Personal local overrides (not for the team) .envrc.local # electron-forge / vite build output .vite/ dist-electron/ # electron-builder debug dump, written to the cwd on every NSIS build builder-debug.yml # playwright artifacts frontend/test-results/ # built daemon binary copied into the frontend bundle dir frontend/daemon/