From 85dbfdc7fdf5e0ba37bbe4597ec4939ae417d0ad Mon Sep 17 00:00:00 2001 From: Michael Skelton Date: Tue, 23 Oct 2018 19:51:23 +1000 Subject: [PATCH] Base Project Structure --- .idea/Interlace.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 5 +++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/workspace.xml | 14 ++++++++++++++ Interlace/__init__.py | 0 7 files changed, 48 insertions(+) create mode 100644 .idea/Interlace.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 Interlace/__init__.py diff --git a/.idea/Interlace.iml b/.idea/Interlace.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/Interlace.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..0eefe32 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..8656114 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..4dbf176 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..b0ad5cd --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Interlace/__init__.py b/Interlace/__init__.py new file mode 100644 index 0000000..e69de29