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