Removed .vscode

This commit is contained in:
Dmitriy Shishkov 2023-10-29 14:36:45 +03:00
parent 5fddedb709
commit 68b92b8bd2
Signed by: dm1sh
GPG Key ID: 027994B0AA357688
2 changed files with 5 additions and 16 deletions

6
.gitignore vendored
View File

@ -2,4 +2,8 @@
.venv
__pycache__
.env
data*.csv
data*.csv
.idea/
.ipynb_checkpoints
.vscode/
*.odb

15
.vscode/launch.json vendored
View File

@ -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,
}
]
}