diff --git a/.gitignore b/.gitignore index 18b5184..054cb9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Byte-compiled / optimized / DLL files -.vscode +.vscode/ __pycache__/ *.py[cod] *$py.class diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 24156e1..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "python.pythonPath": "/home/s3rius/.cache/pypoetry/virtualenvs/lenochka-6E1S1fmY-py3.9/bin/python", - "python.linting.pylintEnabled": false, - "python.linting.flake8Enabled": true, - "python.linting.enabled": true, - "python.formatting.provider": "black" -}