From 9c8700179064fa6e5365fd6f72bc686bf69ef570 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Mon, 7 Jun 2021 11:49:04 +0400
Subject: [PATCH] Fixed .gitignore and removed aux files.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 .gitignore            | 2 +-
 .vscode/settings.json | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)
 delete mode 100644 .vscode/settings.json

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"
-}
-- 
GitLab