From 35425efae31a81929a54b7cfcddb2634e7d44ccd Mon Sep 17 00:00:00 2001 From: Guilhem Gamard <guilhem.gamard@normale.fr> Date: Mon, 10 Feb 2020 13:57:24 +0100 Subject: [PATCH] first appearance of .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..422a310 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/** \ No newline at end of file -- GitLab