1
0
mirror of https://github.com/python/cpython synced 2024-07-03 07:23:37 +00:00

Add .pytest_cache to .gitignore (GH-16595)

This commit is contained in:
Brandt Bucher 2019-11-15 00:22:41 -08:00 committed by Tal Einat
parent 3f8cebd32c
commit 57d3ab85a4

1
.gitignore vendored
View File

@ -33,6 +33,7 @@ TAGS
gmon.out
.coverage
.mypy_cache/
.pytest_cache/
*.exe
!Lib/distutils/command/*.exe