diff --git a/.gitignore b/.gitignore index e7a789c..4ab03d8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg -MANIFEST +MANIFEST # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. @@ -106,3 +106,6 @@ venv.bak/ # Misc *.swp compiledUI/ + +# editor configs +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index cfca811..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "env/bin/python3" -} \ No newline at end of file