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