# Text files normalise to LF line endings.
*
# Binary assets — treat as opaque bytes. Never normalise newlines or
# otherwise rewrite, or git silently corrupts them on checkout / push.
*.png*.jpg*.jpeg*.gif*.webp*.ico*.ttf*.otf*.woff*.woff2
# SVG is XML text but round-tripping its CRLFs would break inline <text>
# embedding in some renderers; leave them as authored.
*.svg
# Insta snapshots may embed raw ANSI escape bytes. Don't touch.
*.snap