# Rust build artifacts target/ # Agent cargo lane — a separate CARGO_TARGET_DIR so an agent build never # invalidates or races the human's `target/` (the convention thepeach's # CLAUDE.md mandates for cross-repo work). target-agent/ target-agent-*/ *.prof *.profraw # Next.js build artifacts .next/ # Dependencies node_modules/ vendor/ __pycache__/ # Secrets (never commit) .env .env.* !.env.example *.pem *.key credentials.json service-account*.json .envault/ # Logs *.log logs/ # Generic build output (no tracked path uses these names today — verified before adding) dist/ build/ *.exe *.dmg # IDE / OS .idea/ .vscode/ *.swp *.swo *~ .DS_Store Thumbs.db # Stale doc mirror — tool-regenerated; doc-guard rejects .agents/skills/ (docs live only at repo root + docs/) .agents/ # Ephemeral / scratch tmp/ .claude/worktrees/ .sdlc/tools/*/index/ .sdlc/telemetry.redb # Playwright deploy-verification harness artifacts test-results/ playwright-report/ playwright-report-demo/ playwright-report-semantics/ playwright/.auth/ demo/out/ demo/.cache/