From d31f2e40a068348d85847892cb7159e8d586f59c Mon Sep 17 00:00:00 2001
From: feger <marc.feger@hhu.de>
Date: Thu, 5 Dec 2019 10:16:20 +0100
Subject: [PATCH] Add .gitignore

---
 .DS_Store                                      | Bin 6148 -> 0 bytes
 .gitignore                                     |   2 ++
 .idea/.gitignore                               |   2 --
 .idea/Part3.iml                                |  11 -----------
 .idea/dictionaries/marcfeger.xml               |   7 -------
 .idea/inspectionProfiles/profiles_settings.xml |   6 ------
 .idea/misc.xml                                 |   7 -------
 .idea/modules.xml                              |   8 --------
 8 files changed, 2 insertions(+), 41 deletions(-)
 delete mode 100644 .DS_Store
 create mode 100644 .gitignore
 delete mode 100644 .idea/.gitignore
 delete mode 100644 .idea/Part3.iml
 delete mode 100644 .idea/dictionaries/marcfeger.xml
 delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml
 delete mode 100644 .idea/misc.xml
 delete mode 100644 .idea/modules.xml

diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 9ee8fa9c09493f63baffd27bf6d3a626d3c0844e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 6148
zcmZQzU|@7AO)+F(5MW?n;9!8zj35RBCIAV8Fop~hRD=a&9@vaT&z$_^q@4UDsLbG}
zKyGJc&|}DCNMT52Kz2VUXsj6+7&QKa0oW_t45<ti42cZ63<V5145<uy49N_|3}r~Z
z7GPjt6i3s=&ydYf#E{8Qz)--D%8<v9!jR8U#E{02#-PVgz)*>%`!kwu5wJ~(48;s3
z4Dk#Z42fWKDjDJ#QWz2$N*EGxxS|!!9IyvQiO~=k4S~@R7!85Z5MW@0gaHRPgdQbF
zLtr!nMneD|0-*9i0n)Z-aDdVc5E>)}DnGzo07eD|P%|2=j}hDtU;xR1w1Q}mRuB!+
z%D@O>fz1GGWnhGAWdwIaK>9%KZV(OD&cFz^8N>%`XJ7=|%)r11(ayjKwHelVVT5RB
zV1#IAU<BI^cG@U08UmvsfD{7E5VioQ{&!_yfMp?w=qNcF0;3@?B0_+X#U<Fq30x^-
z_b;ff1=XhsP-##d45^Mm6*B`!8dR-=t70a|fT9FcDM%co6-0xpVnzlAu-4Ir04#(?
L>Cq6Ne+U2o4>3uU

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3d72576
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.DS_Store
+.idea
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 5c98b42..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# Default ignored files
-/workspace.xml
\ No newline at end of file
diff --git a/.idea/Part3.iml b/.idea/Part3.iml
deleted file mode 100644
index 6711606..0000000
--- a/.idea/Part3.iml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="PYTHON_MODULE" version="4">
-  <component name="NewModuleRootManager">
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="inheritedJdk" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-  <component name="TestRunnerService">
-    <option name="PROJECT_TEST_RUNNER" value="Unittests" />
-  </component>
-</module>
\ No newline at end of file
diff --git a/.idea/dictionaries/marcfeger.xml b/.idea/dictionaries/marcfeger.xml
deleted file mode 100644
index fee2103..0000000
--- a/.idea/dictionaries/marcfeger.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<component name="ProjectDictionaryState">
-  <dictionary name="marcfeger">
-    <words>
-      <w>dataframe</w>
-    </words>
-  </dictionary>
-</component>
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 105ce2d..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<component name="InspectionProjectProfileManager">
-  <settings>
-    <option name="USE_PROJECT_PROFILE" value="false" />
-    <version value="1.0" />
-  </settings>
-</component>
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index a78b2f0..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="JavaScriptSettings">
-    <option name="languageLevel" value="ES6" />
-  </component>
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (arguments)" project-jdk-type="Python SDK" />
-</project>
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 9708b66..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ProjectModuleManager">
-    <modules>
-      <module fileurl="file://$PROJECT_DIR$/.idea/Part3.iml" filepath="$PROJECT_DIR$/.idea/Part3.iml" />
-    </modules>
-  </component>
-</project>
\ No newline at end of file
-- 
GitLab