From ec890ad3b94817ebc7a904c4c9fe6130ed4b9741 Mon Sep 17 00:00:00 2001
From: ym13n22 <ym13n22@soton.ac.uk>
Date: Sat, 13 Jul 2024 16:11:59 +0100
Subject: [PATCH] add ignore

---
 .ignore                                       |   1 +
 IMU/.idea/.gitignore                          |   8 ++++++++
 IMU/.idea/IMU.iml                             |   8 ++++++++
 .../inspectionProfiles/profiles_settings.xml  |   6 ++++++
 IMU/.idea/misc.xml                            |   4 ++++
 IMU/.idea/modules.xml                         |   8 ++++++++
 IMU/.idea/vcs.xml                             |   6 ++++++
 Windows/.idea/Windows.iml                     |   2 +-
 Windows/.idea/misc.xml                        |   2 +-
 Windows/.idea/vcs.xml                         |   6 ++++++
 .../communications.cpython-310.pyc            | Bin 1955 -> 1942 bytes
 Windows/__pycache__/storedata.cpython-310.pyc | Bin 1224 -> 1211 bytes
 clean.bat                                     |   1 +
 integration/.idea/.gitignore                  |   8 ++++++++
 .../inspectionProfiles/profiles_settings.xml  |   6 ++++++
 integration/.idea/integration.iml             |   8 ++++++++
 integration/.idea/misc.xml                    |   7 +++++++
 integration/.idea/modules.xml                 |   8 ++++++++
 integration/.idea/vcs.xml                     |   6 ++++++
 19 files changed, 93 insertions(+), 2 deletions(-)
 create mode 100644 .ignore
 create mode 100644 IMU/.idea/.gitignore
 create mode 100644 IMU/.idea/IMU.iml
 create mode 100644 IMU/.idea/inspectionProfiles/profiles_settings.xml
 create mode 100644 IMU/.idea/misc.xml
 create mode 100644 IMU/.idea/modules.xml
 create mode 100644 IMU/.idea/vcs.xml
 create mode 100644 Windows/.idea/vcs.xml
 create mode 100644 clean.bat
 create mode 100644 integration/.idea/.gitignore
 create mode 100644 integration/.idea/inspectionProfiles/profiles_settings.xml
 create mode 100644 integration/.idea/integration.iml
 create mode 100644 integration/.idea/misc.xml
 create mode 100644 integration/.idea/modules.xml
 create mode 100644 integration/.idea/vcs.xml

diff --git a/.ignore b/.ignore
new file mode 100644
index 0000000..bc43064
--- /dev/null
+++ b/.ignore
@@ -0,0 +1 @@
+Windows\.idea
diff --git a/IMU/.idea/.gitignore b/IMU/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/IMU/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/IMU/.idea/IMU.iml b/IMU/.idea/IMU.iml
new file mode 100644
index 0000000..41b8950
--- /dev/null
+++ b/IMU/.idea/IMU.iml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="jdk" jdkName="Python 3.12 (pythonProject)" jdkType="Python SDK" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/IMU/.idea/inspectionProfiles/profiles_settings.xml b/IMU/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/IMU/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+<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/IMU/.idea/misc.xml b/IMU/.idea/misc.xml
new file mode 100644
index 0000000..06cab05
--- /dev/null
+++ b/IMU/.idea/misc.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (pythonProject)" project-jdk-type="Python SDK" />
+</project>
\ No newline at end of file
diff --git a/IMU/.idea/modules.xml b/IMU/.idea/modules.xml
new file mode 100644
index 0000000..1c521d5
--- /dev/null
+++ b/IMU/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/IMU.iml" filepath="$PROJECT_DIR$/.idea/IMU.iml" />
+    </modules>
+  </component>
+</project>
\ No newline at end of file
diff --git a/IMU/.idea/vcs.xml b/IMU/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/IMU/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/Windows/.idea/Windows.iml b/Windows/.idea/Windows.iml
index 80a1e35..c24d5c8 100644
--- a/Windows/.idea/Windows.iml
+++ b/Windows/.idea/Windows.iml
@@ -4,7 +4,7 @@
     <content url="file://$MODULE_DIR$">
       <excludeFolder url="file://$MODULE_DIR$/.venv" />
     </content>
-    <orderEntry type="jdk" jdkName="Python 3.10 (Windows)" jdkType="Python SDK" />
+    <orderEntry type="jdk" jdkName="Python 3.10 (climode) (2)" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>
 </module>
\ No newline at end of file
diff --git a/Windows/.idea/misc.xml b/Windows/.idea/misc.xml
index 4ffb874..e72fccd 100644
--- a/Windows/.idea/misc.xml
+++ b/Windows/.idea/misc.xml
@@ -3,5 +3,5 @@
   <component name="Black">
     <option name="sdkName" value="Python 3.12 (pythonProject)" />
   </component>
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (Windows)" project-jdk-type="Python SDK" />
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (climode) (2)" project-jdk-type="Python SDK" />
 </project>
\ No newline at end of file
diff --git a/Windows/.idea/vcs.xml b/Windows/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/Windows/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/Windows/__pycache__/communications.cpython-310.pyc b/Windows/__pycache__/communications.cpython-310.pyc
index 0b282c44e111e0d27f6bdcdf551275ecd8d8f0fe..bf0c3d9409316ad2949d924fc893b42121617934 100644
GIT binary patch
delta 66
zcmZ3?KaHO+pO=@5fq{YHm(IjANsf(tIgF}btr!>>T&!YpE3;ypgJWJU-1&U=x|qzo
XlGOB~#FEVXyqMJ7^v!D+zq0}Wo)s69

delta 79
zcmbQnznGsdpO=@5fq{Wx$;6)tH`q7w<uDrk@^ZF{2`x@7Dvt4u^zx02aY-%CF3B&5
jDK5>;O)ZLX%gjs6Q3xo?PcKT$jd9LTN!>i3@jEL39&sFW

diff --git a/Windows/__pycache__/storedata.cpython-310.pyc b/Windows/__pycache__/storedata.cpython-310.pyc
index ebe721d339a41b48c8c5ebc8d9212e404a0de1d0..9986e5c6607385d694545c1a813a644b46a2d682 100644
GIT binary patch
delta 64
zcmX@Xxto(WpO=@5fq{YHm(IkrsENF<Rlk}tFfh1S#pG6I#W)AYyj-~R`RsKunRz9t
V=|zbpnfZA!sk!N!wHW6y0|2@|7lZ%+

delta 77
zcmdnZd4iKSpO=@5fq{Wx`^29Kt`m7*8~t*1wu%WYPAw{q@s0HIjf`<gEzT~<FNi5F
h&CN|MigC-#OUzLSD9TSSO3aOM&QD3*EXz2L82}aj8>IjM

diff --git a/clean.bat b/clean.bat
new file mode 100644
index 0000000..9800ebd
--- /dev/null
+++ b/clean.bat
@@ -0,0 +1 @@
+del *.un~
diff --git a/integration/.idea/.gitignore b/integration/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/integration/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/integration/.idea/inspectionProfiles/profiles_settings.xml b/integration/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/integration/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+<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/integration/.idea/integration.iml b/integration/.idea/integration.iml
new file mode 100644
index 0000000..f571432
--- /dev/null
+++ b/integration/.idea/integration.iml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="jdk" jdkName="Python 3.12" jdkType="Python SDK" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/integration/.idea/misc.xml b/integration/.idea/misc.xml
new file mode 100644
index 0000000..e8a3268
--- /dev/null
+++ b/integration/.idea/misc.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Black">
+    <option name="sdkName" value="Python 3.10 (ClimODE)" />
+  </component>
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" />
+</project>
\ No newline at end of file
diff --git a/integration/.idea/modules.xml b/integration/.idea/modules.xml
new file mode 100644
index 0000000..4e0df2c
--- /dev/null
+++ b/integration/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/integration.iml" filepath="$PROJECT_DIR$/.idea/integration.iml" />
+    </modules>
+  </component>
+</project>
\ No newline at end of file
diff --git a/integration/.idea/vcs.xml b/integration/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/integration/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
-- 
GitLab