Removed .vscode
This commit is contained in:
parent
5fddedb709
commit
68b92b8bd2
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,4 +2,8 @@
|
|||||||
.venv
|
.venv
|
||||||
__pycache__
|
__pycache__
|
||||||
.env
|
.env
|
||||||
data*.csv
|
data*.csv
|
||||||
|
.idea/
|
||||||
|
.ipynb_checkpoints
|
||||||
|
.vscode/
|
||||||
|
*.odb
|
||||||
|
15
.vscode/launch.json
vendored
15
.vscode/launch.json
vendored
@ -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,
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user