Skip to content

Commit 14996a6

Browse files
committed
exclude more cache dirs in .gitignore
1 parent a77f940 commit 14996a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ build/
44
*.egg-info
55
.venv
66
.vscode
7-
.pytest_cache/
8-
tests/__pycache__/
7+
.*_cache/
8+
tests/__pycache__/

0 commit comments

Comments
 (0)