Compare commits

...

1 Commits

Author SHA1 Message Date
68b92b8bd2 Removed .vscode 2023-10-29 14:36:45 +03:00
2 changed files with 5 additions and 16 deletions

6
.gitignore vendored
View File

@ -2,4 +2,8 @@
.venv .venv
__pycache__ __pycache__
.env .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,
}
]
}