From 59b4747b968d5764c7e7a2382e8a14c103b75d8a Mon Sep 17 00:00:00 2001
From: Gamelin Alexis <gamelin@synchrotron-soleil.fr>
Date: Mon, 30 Mar 2020 12:20:41 +0200
Subject: [PATCH] Ignore python notebooks

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ee79bd4..8960f16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *__pycache__*
 *.ipynb_checkpoints*
 test_*.py
+*.ipynb
-- 
GitLab