__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
dist/
build/
node_modules/
.DS_Store
.compound-engineering/*.local.yaml
.env
# Local audit trails (show-me-your-work)
.audit/
# Personal career vault (canonical on disk; use --root for alternate locations)
/vault/*
!/vault/README.md
# throwaway directory for testing/Phase 0 proof
tmp/*
tmp
# Derived graph cache in test fixtures (rebuilt by pytest via build_graph)
tests/fixtures/**/vault/_derived/
# Transient dogfood/browser scratch (reports + screenshots under docs/dogfood-reports/ are committed)
docs/dogfood-reports/**/*.tmp
docs/dogfood-reports/**/agent-browser-*/
# Local Cursor IDE config (team skills under .cursor/skills/ and rules under .cursor/rules/ are committed)
.cursor/hooks/state/
.cursor/mcp.json
.cursor/settings.json
.worktrees
