diff --git a/.gitignore b/.gitignore index af74d09..9e7ddf2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /.venv/ -.venv \ No newline at end of file +.venv +/.vscode/ +.vscode \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 98dbeae..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Attach", - "type": "python", - "request": "attach", - "port": 5678, // or the port used by your Jupyter server - "justMyCode": false - }, - { - "name": "Python: Aktuální soubor", - "type": "python", - "request": "launch", - "program": "${file}", - "cwd": "${workspaceFolder}", - "env": { - "PYTHONPATH": "${workspaceFolder}:${workspaceFolder}/bld" - }, - "console": "integratedTerminal", - "justMyCode": false, - "python": "${command:python.interpreterPath}", - "internalConsoleOptions": "openOnSessionStart" - }, - { - "name": "Python: Main", - "type": "python", - "request": "launch", - "program": "v2realbot/main.py", - "justMyCode": false - }, - { - "name": "Python: File", - "type": "python", - "request": "launch", - "program": "${file}", - "justMyCode": false - }, - { - "name": "Python: Attach", - "type": "python", - "request": "attach", - "connect": { - "host": "localhost", - "port": 5678 - } - } - ] -} \ 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