From b65d65510fc8108224bf79d67864d2f23a808f59 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 24 Aug 2017 19:47:50 +0300 Subject: [PATCH] =?UTF-8?q?Initialisation=20du=20d=C3=A9pot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..feecb88 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +**/*.swp +**/*.aux +**/*.log +**/*.nav +**/*.out +**/*.snm +**/*.toc +**/*.fls +**/*.fdb_latexmk +**/*.synctex.gz +**/*.tkzfct.* + + +test/ +*~ + +**/.~lock* +**/__pycache__/ +.ipynb_checkpoints/ +Notes/ +.venv/