agent-desktop/.gitignore
Lahfir 4add46ab38 chore: checkpoint five verified remediation rounds before e2e convergence
Freezes the working tree as a fixed baseline: static gates green (1551 lib
tests, clippy -D warnings, fmt, release 0.4.7), live-verified E1/E2 fixes,
notification/harness work pending e2e acceptance. Known-open: hover fixture
churn to back out, 3 e2e failures (hover oracle, AE6 sheet, sheet cancel),
NT1-NT4 unproven.
2026-07-11 22:06:13 -07:00

91 lines
1 KiB
Text

# Build
/target/
**/*.rs.bk
# E2E fixture build artifact (compiled by tests/fixture-app/build.sh on demand)
/tests/fixture-app/build/
# Cargo
!Cargo.lock
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.vim/
# Claude Code
.claude/
.agents/
AGENTS.md
# Environment
.env
.env.*
# Logs
*.log
logs/
# Runtime
*.pid
*.sock
# RefMap (generated at runtime)
.agent-desktop/
# Coverage
*.profraw
*.profdata
lcov.info
tarpaulin-report.html
coverage/
# Binary artifacts
*.dylib
*.so
*.dll
*.exe
# Package distribution
dist/
*.tar.gz
*.zip
*.dmg
*.msi
*.deb
*.rpm
*.snap
# npm (platform binaries downloaded by postinstall)
npm/bin/agent-desktop-*
npm/node_modules/
node_modules/
# Compound Engineering
skills-lock.json
docs/*
!docs/architecture.excalidraw
!docs/architecture.png
!docs/faq.md
!docs/json-output.md
!docs/phases.md
!docs/solutions/
!docs/solutions/**
todos/
.cursor/
.context/
rust_out
# trace export artifacts must never land in the repo tree
trace-*.html
__pycache__/
*.py[cod]