# The field-mapper acceptance fixtures are small deterministic test data the
# harness parses byte-for-byte. Keep them as plain in-tree blobs, NOT git-lfs
# pointers: a checkout without the LFS objects pulled hands the parser
# "version https://git-lfs.github.com/spec/v1" as row data, the fixture fails
# to load, and its spec-id pin then reads as stale — one root cause presenting
# as two unrelated failures, and only on CI.
#
# Kept here rather than in the root .gitattributes so the rule travels with the
# directory if it moves, and so a diff touching it falls inside the
# components/nxd_py/** path trigger that runs the tests which catch this.
*.csv -filter -diff -merge text
