diff --git a/.gitignore b/.gitignore index 0d8fb7147..28c3fef8b 100644 --- a/.gitignore +++ b/.gitignore @@ -101,4 +101,7 @@ ENV/ .mypy_cache/ # macOS -*.DS_Store \ No newline at end of file +*.DS_Store + +#virtual env + .vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f4d8e597b..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "/Users/mendeza/anaconda3/envs/easy-ocr-env/bin/python" -} \ No newline at end of file