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 +