# Normalize all text to LF in the repo and on every checkout.
# rustfmt.toml sets `newline_style = "Unix"`; without this file, Windows
# CI runners (default core.autocrlf=true) check out CRLF and rustfmt rejects.
*
# Explicit declarations for source / config / docs.
*.rs*.toml*.md*.yml*.yaml.gitignore.editorconfig
# Exclude development directories from archive exports.
/.dev/tests/.github/.gitignore