diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 10b731c..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-# 默认忽略的文件
-/shelf/
-/workspace.xml
-# 基于编辑器的 HTTP 客户端请求
-/httpRequests/
diff --git a/.idea/Wcowin.github.io.iml b/.idea/Wcowin.github.io.iml
deleted file mode 100644
index 0c8867d..0000000
--- a/.idea/Wcowin.github.io.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 69800c2..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
deleted file mode 100644
index 834113c..0000000
--- a/.vscode/c_cpp_properties.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "configurations": [
- {
- "name": "Mac",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "defines": [],
- "macFrameworkPath": [
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
- ],
- "compilerPath": "/usr/bin/clang",
- "cStandard": "c17",
- "cppStandard": "c++17",
- "intelliSenseMode": "macos-clang-arm64"
- }
- ],
- "version": 4
-}
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 3b66410..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "git.ignoreLimitWarning": true
-}
\ No newline at end of file
diff --git a/love.py b/love.py
deleted file mode 100644
index 25a6515..0000000
--- a/love.py
+++ /dev/null
@@ -1,27 +0,0 @@
-import random
-you_love_me = random.choice([True, False])
-me_love_you = random.randint(1, 10) #
-
-#你爱我或不爱我
-if you_love_me or (not you_love_me):
- #爱就在那里
- #不增不减
- me_love_you += 1
- me_love_you -= 1
-
-#但你的:一句明天见
-you_say = input()
-while you_say =="I love you":
- #偷走了我
- #整晚的睡眠
- i_can_not_sleep = True
- print("I love you too")
- break
-
-# 你爱我或不爱我
-# 爱就在那里
-# 不增不减
-# 但你的一句明天见
-# 偷走了我
-# 整晚的睡眠
-#来自pythontip 情书