From 21d0a06cf3bd2fd8736cc7be571ec02e5c28c346 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Fri, 12 Mar 2021 01:08:13 +0200 Subject: [PATCH] Add linguistic associations --- code/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 code/.gitattributes diff --git a/code/.gitattributes b/code/.gitattributes new file mode 100644 index 0000000..7cbfa17 --- /dev/null +++ b/code/.gitattributes @@ -0,0 +1,2 @@ +*.py linguist-language=Python +*.ipynb linguist-language=Jupyter Notebook