Skip to content

Commit fa03a00

Browse files
committed
Add pytest cache to .gitignore
1 parent 9edd7c8 commit fa03a00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ wheels/
2525
.installed.cfg
2626
*.egg
2727

28+
# Py.test
29+
.pytest_cache
30+
2831
# PyInstaller
2932
# Usually these files are written by a python script from a template
3033
# before PyInstaller builds the exe, so as to inject date/other infos into it.

0 commit comments

Comments
 (0)