gitignore change

This commit is contained in:
Florian Kellermann 2022-05-02 17:53:35 +02:00
parent 8d1011091a
commit 7d8ec9a31e
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
# IntelliJ / PyCharm # IntelliJ / PyCharm
.idea/ .idea/
#vscode
.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
}