# Dry-run test scaffolds must not be committed
audits/minimal-docs-repo/
audits/github-optimization/

# Audit results - local workspace only (not pushed to GitHub)
audits/**/*
!audits/README.md

# Shelf build history - not part of regulation
design/
roadmap/
tasks/
APPLICATION_GUIDE.md
GITHUB_OPTIMIZATION_*_SUMMARY.md

# Governance dry-run scaffolds only; canonical filled records live under audits/ (gitignored)
docs/governance/*
!docs/governance/README.md

# Developer-only AI control files (recommended public-prep)
AGENTS.md
CLAUDE.md
.claudeignore

# Local caches
__pycache__/
*.pyc
.pytest_cache/
.env

# OS/editor
.DS_Store
Thumbs.db
*.swp
