# LF everywhere, on every platform.
#
# This repository is developed on Windows but its output is a build artifact whose
# whole point is byte-identical, file-scoped diffs (SDD §3.6, acceptance criterion 6).
# Mixed line endings make every diff noisy and would eventually be mistaken for a
# determinism defect. Normalised repo-wide at TASK-016 after 12 tracked files had
# drifted to CRLF.
* text=auto eol=lf

# Keep the artifact's own rules explicit — it is JSON, emitted one record per line.
*.json text eol=lf
repo-graph.json text eol=lf

*.png binary
*.jpg binary
*.ico binary
