From 6e51e65ba826c28212c14b349fcf65fbd4ee9514 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sat, 23 Aug 2025 12:17:42 +0100 Subject: [PATCH] Add .gitattibutes to define python diffing --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..95105a3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python