Fixed .gitignore and removed aux files.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-06-07 11:49:04 +04:00
parent 2091068ef6
commit 9c87001790
2 changed files with 1 additions and 8 deletions

2
.gitignore vendored
View File

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

View File

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