From f400c0ba79ac8be61caf1c5f0849c0694c3c18cd Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Mon, 27 Jan 2025 20:45:58 -0600 Subject: [PATCH] pycharm stuff --- .../inspectionProfiles/profiles_settings.xml | 6 ++ .idea/misc.xml | 4 + .idea/rideaware-api.iml | 9 ++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 91 +++++++++++++++---- 5 files changed, 99 insertions(+), 17 deletions(-) create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/rideaware-api.iml create mode 100644 .idea/vcs.xml 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..0b72ae4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/rideaware-api.iml b/.idea/rideaware-api.iml new file mode 100644 index 0000000..4bec887 --- /dev/null +++ b/.idea/rideaware-api.iml @@ -0,0 +1,9 @@ + + + + + + + \ 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/.idea/workspace.xml b/.idea/workspace.xml index 4992876..28fe6b8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,9 @@