Improve .gitignore

This commit is contained in:
Denis Kasak 2018-03-19 10:22:06 +01:00
parent 416e154359
commit d239eda675

6
.gitignore vendored
View file

@ -1 +1,5 @@
*.pyc
**/*.pyc
**/.*\.py@neomake*\.py
.hypothesis/
.mypy_cache/
.pytest_cache/