diff --git a/.gitignore b/.gitignore index 8a807ae..5a94b4f 100644 --- a/.gitignore +++ b/.gitignore @@ -159,5 +159,6 @@ dmypy.json _build/* # PyCharm .idea/ +.vscode/* 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