From ac7541af24f12a7795c47f10c1bff493aeb51bf8 Mon Sep 17 00:00:00 2001
From: Olivier Cots <olivier.cots@enseeiht.fr>
Date: Sat, 9 Oct 2021 12:08:37 +0200
Subject: [PATCH] foo

---
 .gitignore | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ca643a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# Created by https://www.gitignore.io/api/jupyternotebooks
+# Edit at https://www.gitignore.io/?templates=jupyternotebooks
+
+### JupyterNotebooks ###
+# gitignore template for Jupyter Notebooks
+# website: http://jupyter.org/
+
+.ipynb_checkpoints
+*/.ipynb_checkpoints/*
+*.so
+*.so.dSYM
+*.so.dSYM/*
+.nfs*
+*__pycache__*
+
+# IPython
+profile_default/
+ipython_config.py
+
-- 
GitLab