diff --git a/.gitignore b/.gitignore index bb531e8..b3940c6 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ venv/ ENV/ env.bak/ venv.bak/ + +# Editors +.vscode \ No newline at end of file diff --git a/Pipfile b/Pipfile index 2d5a223..14409c7 100644 --- a/Pipfile +++ b/Pipfile @@ -4,12 +4,12 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +pylint = "*" [packages] django = "*" django-thumbs-v2 = "*" image = "*" - # Commented out to not explicitly specify Python3 subversion. # [requires] # python_version = "3.8"