From 583f90df4f8554afb9c6cedc32f54a874ac63400 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 27 Sep 2024 14:42:57 -0600 Subject: [PATCH] fix: gitignore --- .vscode/launch.json | 15 --------------- .vscode/settings.json | 7 ------- 2 files changed, 22 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6b76b4f..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python Debugger: Current File", - "type": "debugpy", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a8e9346..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "python.terminal.executeInFileDir": true, - "python.terminal.launchArgs": [ - "-m", - "lessons" - ] -} \ No newline at end of file