Add .pytest_cache to .gitignore
This commit is contained in:
parent
77051f83a4
commit
5d22e27d52
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*/__pycache__/
|
*/__pycache__/
|
||||||
.cache/
|
.cache/
|
||||||
tests/*/__pycache__/
|
tests/*/__pycache__/
|
||||||
|
.pytest_cache/
|
||||||
*/*~
|
*/*~
|
||||||
*.#*
|
*.#*
|
||||||
*#
|
*#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user