From 66bee2e43b14e6c2f1b2c89114b3ae87db8de014 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 20 Mar 2022 23:39:29 +0100 Subject: [PATCH] [DEV] commit all with new insland --- .gitignore | 2 ++ samples/.gitignore | 2 ++ test/.gitignore | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e5205cc..1cd334d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ + +/__pycache__/ /bin/ /Operator/ /DrawerProperties/ diff --git a/samples/.gitignore b/samples/.gitignore index ae3c172..f00a440 100644 --- a/samples/.gitignore +++ b/samples/.gitignore @@ -1 +1,3 @@ + +/__pycache__/ /bin/ diff --git a/test/.gitignore b/test/.gitignore index ae3c172..f00a440 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1 +1,3 @@ + +/__pycache__/ /bin/