From 3b840fd020d6aa9706509fe27b30a0f6b88912a9 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 29 Feb 2024 12:09:18 +0800 Subject: [PATCH] update --- .gitignore | 3 ++- .vscode/launch.json | 16 ---------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index f4a4333..f9e0109 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ output output.bak input.txt.bak -__pycache__ \ No newline at end of file +__pycache__ +.vscode \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index f2a24d0..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "main.py", - "console": "integratedTerminal", - "justMyCode": true - } - ] -} \ No newline at end of file