From a1a49feb8ec01a82558944ccdf1fd35f4ec0eb42 Mon Sep 17 00:00:00 2001
From: Monica J Emerson <monj@dtu.dk>
Date: Mon, 18 Jan 2021 18:40:13 +0100
Subject: [PATCH] Adding the gitignore file

---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..021d035
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+## Ignore Mac OS Stuff
+.DS_Store
+
+## Ignore Python temporary files
+code/__pycache__
-- 
GitLab