From 58ae27510b215f974bbf0a3c214620c8037a84b3 Mon Sep 17 00:00:00 2001 From: EasterRobert Date: Fri, 30 Jan 2026 17:36:53 +0100 Subject: [PATCH] chore: add .gitattributes Established consistent line endings (LF) for Python scripts and documentation files. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4058232b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +*.py text eol=lf +*.md text eol=lf +*.json text eol=lf + +.gitignore export-ignore +.gitattributes export-ignore