From e17c64d4c732703e6f89937a26efbb72784f58ce Mon Sep 17 00:00:00 2001 From: ganome Date: Wed, 28 Apr 2021 17:06:07 +0000 Subject: [PATCH] removed waste --- python/lp3thw/.idea/.gitignore | 3 +++ .../.idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ python/lp3thw/.idea/lp3thw.iml | 12 ++++++++++++ python/lp3thw/.idea/misc.xml | 4 ++++ python/lp3thw/.idea/modules.xml | 8 ++++++++ python/lp3thw/.idea/vcs.xml | 6 ++++++ 6 files changed, 39 insertions(+) create mode 100644 python/lp3thw/.idea/.gitignore create mode 100644 python/lp3thw/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 python/lp3thw/.idea/lp3thw.iml create mode 100644 python/lp3thw/.idea/misc.xml create mode 100644 python/lp3thw/.idea/modules.xml create mode 100644 python/lp3thw/.idea/vcs.xml diff --git a/python/lp3thw/.idea/.gitignore b/python/lp3thw/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/python/lp3thw/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/python/lp3thw/.idea/inspectionProfiles/profiles_settings.xml b/python/lp3thw/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/python/lp3thw/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/python/lp3thw/.idea/lp3thw.iml b/python/lp3thw/.idea/lp3thw.iml new file mode 100644 index 0000000..4c883db --- /dev/null +++ b/python/lp3thw/.idea/lp3thw.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/python/lp3thw/.idea/misc.xml b/python/lp3thw/.idea/misc.xml new file mode 100644 index 0000000..1260ee9 --- /dev/null +++ b/python/lp3thw/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/python/lp3thw/.idea/modules.xml b/python/lp3thw/.idea/modules.xml new file mode 100644 index 0000000..e333a97 --- /dev/null +++ b/python/lp3thw/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/python/lp3thw/.idea/vcs.xml b/python/lp3thw/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/python/lp3thw/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file