Ignored .vscode and added pylint dev-package.

This commit is contained in:
Marcus Scholz 2020-07-31 16:18:10 +02:00
parent 4ca0939dcf
commit 0fefaf66dd
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -88,3 +88,6 @@ venv/
ENV/
env.bak/
venv.bak/
# Editors
.vscode

View File

@ -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"