From 77001c53e3f814667418435d8c4772a23ca67b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=9D=82=E6=98=B4?= Date: Thu, 20 Mar 2025 19:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=20requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homework1/.idea/.gitignore | 8 ++++++++ homework1/.idea/MarsCodeWorkspaceAppSettings.xml | 6 ++++++ homework1/.idea/homework1.iml | 8 ++++++++ homework1/.idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ homework1/.idea/misc.xml | 4 ++++ homework1/.idea/modules.xml | 8 ++++++++ homework1/.idea/vcs.xml | 6 ++++++ requirements.txt | 1 + 8 files changed, 47 insertions(+) create mode 100644 homework1/.idea/.gitignore create mode 100644 homework1/.idea/MarsCodeWorkspaceAppSettings.xml create mode 100644 homework1/.idea/homework1.iml create mode 100644 homework1/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 homework1/.idea/misc.xml create mode 100644 homework1/.idea/modules.xml create mode 100644 homework1/.idea/vcs.xml create mode 100644 requirements.txt diff --git a/homework1/.idea/.gitignore b/homework1/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/homework1/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/homework1/.idea/MarsCodeWorkspaceAppSettings.xml b/homework1/.idea/MarsCodeWorkspaceAppSettings.xml new file mode 100644 index 0000000..05ed8ba --- /dev/null +++ b/homework1/.idea/MarsCodeWorkspaceAppSettings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/homework1/.idea/homework1.iml b/homework1/.idea/homework1.iml new file mode 100644 index 0000000..2051088 --- /dev/null +++ b/homework1/.idea/homework1.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/homework1/.idea/inspectionProfiles/profiles_settings.xml b/homework1/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/homework1/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/homework1/.idea/misc.xml b/homework1/.idea/misc.xml new file mode 100644 index 0000000..4f844d5 --- /dev/null +++ b/homework1/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/homework1/.idea/modules.xml b/homework1/.idea/modules.xml new file mode 100644 index 0000000..b3868b4 --- /dev/null +++ b/homework1/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/homework1/.idea/vcs.xml b/homework1/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/homework1/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..296d654 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +numpy \ No newline at end of file