Add pytest cache files to gitignore
This commit is contained in:
parent
3161b60522
commit
f2b9aa4527
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -26,3 +26,5 @@ build/
|
|||
.vscode
|
||||
*.iml
|
||||
.DS_Store
|
||||
.pytest_cache/v/cache/lastfailed
|
||||
.pytest_cache/v/cache/nodeids
|
||||
|
|
Reference in a new issue