# Files that live in the repo but must NOT be published to the docs site.
# .mintignore uses .gitignore syntax; matched files are excluded from the
# Mintlify build entirely (not rendered, not indexed, not reachable by URL).

# ADRs and decision records are the repo's own intent trail. whyfile ingests
# them as intent `records` (see whyfile.config.json) and they are linked from
# the README/AGENTS for contributors — but they are not end-user documentation,
# so they stay in git and off the docs site.
adr/
decisions/

# Maintainer-only release runbook.
RELEASING.md
