From f3918ab43b2a483a3f24f09e2abfdbea652a84d2 Mon Sep 17 00:00:00 2001 From: peterhouse7 Date: Wed, 18 Sep 2024 14:59:40 -0400 Subject: [PATCH 1/3] yyy --- .idea/workspace.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..63eb836 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + { + "associatedIndex": 6 +} + + + + + + + + + + + + + + + 1726685323919 + + + + \ No newline at end of file From ff3d49491b9b554d0ef1e7f0f93957286cb21b97 Mon Sep 17 00:00:00 2001 From: peterhouse7 Date: Mon, 23 Sep 2024 13:46:27 -0400 Subject: [PATCH 2/3] hello world --- .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/vcs.xml | 6 ++++++ main.py | 1 + 4 files changed, 20 insertions(+) create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml create mode 100644 main.py diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..db8786c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..442659b --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello world!") \ No newline at end of file From a757643d08fc601e7403d7f676efd5f27aa4a5e1 Mon Sep 17 00:00:00 2001 From: peterhouse7 Date: Mon, 23 Sep 2024 13:52:01 -0400 Subject: [PATCH 3/3] Update workspace.xml --- .idea/workspace.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 63eb836..cf58c1d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -30,7 +30,8 @@