From f7794bec8b02158b609ab4349eb4f104d0d2c7ac Mon Sep 17 00:00:00 2001 From: lijiahao <1015271720@qq.com> Date: Tue, 28 May 2024 21:21:35 +0800 Subject: [PATCH] commit0528.2 --- pythonProject/.idea/.gitignore | 3 +++ .../.idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ pythonProject/.idea/misc.xml | 10 ++++++++++ pythonProject/.idea/modules.xml | 8 ++++++++ pythonProject/.idea/pythonProject.iml | 10 ++++++++++ pythonProject/settings.py | 0 6 files changed, 37 insertions(+) create mode 100644 pythonProject/.idea/.gitignore create mode 100644 pythonProject/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 pythonProject/.idea/misc.xml create mode 100644 pythonProject/.idea/modules.xml create mode 100644 pythonProject/.idea/pythonProject.iml create mode 100644 pythonProject/settings.py diff --git a/pythonProject/.idea/.gitignore b/pythonProject/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/pythonProject/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/pythonProject/.idea/inspectionProfiles/profiles_settings.xml b/pythonProject/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/pythonProject/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/pythonProject/.idea/misc.xml b/pythonProject/.idea/misc.xml new file mode 100644 index 0000000..d016583 --- /dev/null +++ b/pythonProject/.idea/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + \ No newline at end of file diff --git a/pythonProject/.idea/modules.xml b/pythonProject/.idea/modules.xml new file mode 100644 index 0000000..e15ec35 --- /dev/null +++ b/pythonProject/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/pythonProject/.idea/pythonProject.iml b/pythonProject/.idea/pythonProject.iml new file mode 100644 index 0000000..70b64da --- /dev/null +++ b/pythonProject/.idea/pythonProject.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/pythonProject/settings.py b/pythonProject/settings.py new file mode 100644 index 0000000..e69de29