diff --git a/.gitignore b/.gitignore index ee8bf4c..2e515cc 100644 --- a/.gitignore +++ b/.gitignore @@ -143,4 +143,5 @@ cython_debug/ .idea migrations aerich.ini -src \ No newline at end of file +src +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 32c4982..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "python.pythonPath": "venv/bin/python", - "python.formatting.provider": "black" -} \ No newline at end of file