Improve .gitignore
This commit is contained in:
parent
416e154359
commit
d239eda675
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1 +1,5 @@
|
|||
*.pyc
|
||||
**/*.pyc
|
||||
**/.*\.py@neomake*\.py
|
||||
.hypothesis/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
|
|
Loading…
Reference in a new issue