update gitignore

This commit is contained in:
Istvan Ruzman
2020-08-06 18:07:09 +02:00
parent fd16436c3c
commit 8a5fc3d357
2 changed files with 9 additions and 7 deletions

11
.gitignore vendored
View File

@@ -1,8 +1,5 @@
.DS_Store
build/
dist/
docs/.build/
pyrad.egg-info/
*.pyc
*__pycache__
*.egg/
**.pyc
**__pycache__
**.mypy_cache
**.pytest_cache

5
.pylintrc Normal file
View File

@@ -0,0 +1,5 @@
[MASTER]
ignore=tests,examples
[MESSAGES_CONTROL]
disable=bad-continuation