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