From b2f8a75616ff8f88941221176ed7be1350d46c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Fri, 1 May 2020 14:19:55 +0200 Subject: [PATCH] ajoute le gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..17593c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Editors +*~ +*.sw[po] +\#*\# +.\#* + +# Python +*.py[cod] +__pycache__