From 4a323674efc71221d469adb634e50bad8cf32d10 Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Thu, 19 May 2022 17:28:09 +0200 Subject: [PATCH] Adds the .gitignore file --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5278029 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__ +*~ +*\#* +/.eggs +/build +/dist +*.egg-info \ No newline at end of file -- GitLab