Skip to content

Commit 7d0e514

Browse files
committed
Renamed pytest cache from .cache to .pytest_cache in .gitignore
Newer versions of pytest renamed the cache location.
1 parent bf0af4f commit 7d0e514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ local.properties
137137
.loadpath
138138

139139
### Python ###
140-
.cache
141140
.eggs/
141+
.pytest_cache/
142142
__pycache__
143143
*.egg-info/
144144
*.egg

0 commit comments

Comments
 (0)