From ee877ab8599960caca490c1be040c095e907e137 Mon Sep 17 00:00:00 2001 From: Mehdi Joodaki <39383809+mehdijoodaki@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:40:22 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5e1f3eb..a57ef7f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ +# Prioritize Python over Jupyter Notebook *.py linguist-language=Python -notebooks/* linguist-language=Jupyter Notebook +*.ipynb linguist-language=Jupyter Notebook +