Add .pytest_cache directory to gitignore
This commit is contained in:
parent
6e4efccc38
commit
ab00c3e911
|
@ -33,6 +33,7 @@ env/
|
|||
3rdparty/
|
||||
.tox
|
||||
.cache
|
||||
.pytest_cache
|
||||
.coverage
|
||||
.ropeproject
|
||||
.idea
|
||||
|
|
Loading…
Reference in New Issue