# Vendored MATPOWER cases (BSD-3, verbatim from github.com/MATPOWER/matpower).
# They're MATLAB syntax, so GitHub Linguist counts them as MATLAB and pollutes
# the language bar. Mark them vendored to drop them from the language stats and
# collapse them in diffs. The files stay in the repo so the test suite stays
# hermetic.
test/data/**/*.m linguist-vendored

# gridfm-datakit Parquet test fixtures are binary: pin them so no platform mangles
# them (CRLF conversion would corrupt the bytes the reader round-trips) and keep
# them out of textual diffs.
test/data/**/*.parquet binary
