gitignore: ignore all of the pytest cache
This commit is contained in:
parent
6d4300a92a
commit
9f8b1e2831
1 changed files with 1 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -26,5 +26,4 @@ build/
|
||||||
.vscode
|
.vscode
|
||||||
*.iml
|
*.iml
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.pytest_cache/v/cache/lastfailed
|
.pytest_cache/*
|
||||||
.pytest_cache/v/cache/nodeids
|
|
||||||
|
|
Reference in a new issue