agent-desktop/.gitignore
Lahfir dde0b98dc0
Some checks are pending
CI / Format (push) Waiting to run
CI / Rust 1.89 MSRV (push) Waiting to run
CI / Native check (macOS) (push) Waiting to run
CI / Native check (Linux) (push) Waiting to run
CI / Native check (Windows) (push) Waiting to run
CI / Test (push) Waiting to run
CI / Test (Linux) (push) Waiting to run
CI / Test (Windows) (push) Waiting to run
CI / FFI Python Smoke (push) Waiting to run
CI / FFI Header Drift (push) Waiting to run
CI / FFI Panic Guard (push) Waiting to run
CI / FFI Stub-Adapter Passthrough (push) Waiting to run
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (rust) (push) Waiting to run
Release / Release Please (push) Waiting to run
Release / Build (aarch64-apple-darwin) (push) Blocked by required conditions
Release / Build (x86_64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (aarch64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (x86_64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Release / Build FFI (aarch64-unknown-linux-gnu) (push) Blocked by required conditions
Release / Build FFI (x86_64-pc-windows-msvc) (push) Blocked by required conditions
Release / FFI Release Gates (push) Blocked by required conditions
Release / Publish to GitHub Release (push) Blocked by required conditions
Release / Publish to npm (push) Blocked by required conditions
Release / Publish Skills to ClawHub (push) Blocked by required conditions
Supply Chain / Audit (push) Waiting to run
chore: track planning artifacts with secret and privacy scanning (#109)
Tracks docs/plans and docs/brainstorms, adds .gitleaks.toml with privacy rules, and runs a history-mode gitleaks scan in CI. Docs and tooling only - no releasable change.
2026-07-26 01:41:55 -07:00

103 lines
1.2 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/
# Generated review and benchmark evidence
/benchmarks/locator-resolution/results/
/regression_findings.json
# 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/**
!docs/plans/
!docs/plans/**
!docs/brainstorms/
!docs/brainstorms/**
# macOS resource forks — never commit
._*
.DS_Store
todos/
.cursor/
.context/
rust_out
# trace export artifacts must never land in the repo tree
trace-*.html
__pycache__/
*.py[cod]