diff --git a/homework2/.idea/.gitignore b/homework2/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/homework2/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/homework2/.idea/MarsCodeWorkspaceAppSettings.xml b/homework2/.idea/MarsCodeWorkspaceAppSettings.xml new file mode 100644 index 0000000..05ed8ba --- /dev/null +++ b/homework2/.idea/MarsCodeWorkspaceAppSettings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/homework2/.idea/homework2.iml b/homework2/.idea/homework2.iml new file mode 100644 index 0000000..2051088 --- /dev/null +++ b/homework2/.idea/homework2.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/homework2/.idea/inspectionProfiles/profiles_settings.xml b/homework2/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/homework2/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/homework2/.idea/misc.xml b/homework2/.idea/misc.xml new file mode 100644 index 0000000..6de7068 --- /dev/null +++ b/homework2/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/homework2/.idea/modules.xml b/homework2/.idea/modules.xml new file mode 100644 index 0000000..de00548 --- /dev/null +++ b/homework2/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/homework2/.idea/vcs.xml b/homework2/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/homework2/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/homework2/main.py b/homework2/main.py new file mode 100644 index 0000000..e69de29