From 53aeb4ae036fddc87f114d52047121fabbd7c2e7 Mon Sep 17 00:00:00 2001 From: Kristof S <49072161+Kramer84@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:22:07 +0200 Subject: [PATCH] Create .gitattributes Project should be referenced as Python not C++. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..014be35 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.py linguist-detectable=true +*.pyx linguist-detectable=true +*.h linguist-detectable=false