# Vendored ODS artifacts are pinned by sha256 in adk/ods/__init__.py
# (ODS_VENDORED_SHA256) and verified by:
#     python adk/ods/tools/validate_catalog.py --verify-vendored
#
# The repo runs with core.autocrlf=true, which would rewrite these files to CRLF
# on checkout. That changes their bytes, so every hash would mismatch and the
# integrity gate would fail on any fresh clone — turning a real tamper-detector
# into a guaranteed false alarm. Force LF so the working copy stays byte-identical
# to upstream on every platform.
model-library.json      text eol=lf
gpu-database.json       text eol=lf
hardware-classes.json   text eol=lf
_upstream_select.py     text eol=lf
_upstream_classify.sh   text eol=lf
