From cf2ba90ea4592173f37c3102201a74974298d68f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 05:13:45 +0000 Subject: [PATCH] Fix CI/CD issues: linting errors and test file corruption --- .gitattributes | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 020a59a..8ba04ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,12 @@ -*.py text=auto -*.toml text=auto -*.yaml text=auto -*.yml text=auto +# Common git attributes +* text=auto + +# Python files +*.py text eol=lf +*.pyc binary + +# Configuration files +*.json text eol=lf +*.yaml text eol=lf +*.yml text eol=lf +*.toml text eol=lf