From 423c3b65d485d1c340683c7cf9f1f04a180c73d1 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 20 Mar 2022 23:39:36 +0100 Subject: [PATCH] [DEV] commit all with new insland --- .gitignore | 2 ++ out/eclipse/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f8bdd50..a8e64ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ + +/__pycache__/ /examples/target/ /examples/framework.log.* /target/ \ No newline at end of file diff --git a/out/eclipse/.gitignore b/out/eclipse/.gitignore index 840e7d3..d27d8cb 100644 --- a/out/eclipse/.gitignore +++ b/out/eclipse/.gitignore @@ -1 +1,2 @@ /classes/ +/__pycache__/