ignore ide settings

This commit is contained in:
jem 2020-01-28 12:11:02 +01:00
parent b93102d195
commit 282768ef51
2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
.vscode
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]

View file

@ -1,4 +0,0 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}