From 68b92b8bd2caa89888d39580a3fbc68092ccf39b Mon Sep 17 00:00:00 2001 From: dm1sh Date: Sun, 29 Oct 2023 14:36:45 +0300 Subject: [PATCH] Removed .vscode --- .gitignore | 6 +++++- .vscode/launch.json | 15 --------------- 2 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 43024ce..d8beda0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ .venv __pycache__ .env -data*.csv \ No newline at end of file +data*.csv +.idea/ +.ipynb_checkpoints +.vscode/ +*.odb diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 1b42d6f..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: Module", - "type": "python", - "request": "launch", - "module": "parser", - "justMyCode": true, - } - ] -} \ No newline at end of file