From 3ce56557c5387279a3550755196aaad3039ca5d1 Mon Sep 17 00:00:00 2001
From: Alessandro Frigeri <alessandro.frigeri@inaf.it>
Date: Fri, 10 May 2019 10:04:46 +0200
Subject: [PATCH] added .gitingore

---
 .gitingore | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .gitingore

diff --git a/.gitingore b/.gitingore
new file mode 100644
index 0000000..87d9648
--- /dev/null
+++ b/.gitingore
@@ -0,0 +1,12 @@
+# Compiled python modules.
+*.pyc
+__pycache__/
+moondb/__pycache__/
+tests/__pycache__/
+.ipynb_checkpoints/
+
+# Setuptools distribution folder.
+/dist/
+
+# Python egg metadata, regenerated from source files by setuptools.
+/*.egg-info
-- 
GitLab