Skip to content

Commit 131e9fd

Browse files
authored
Merge pull request #2594 from raimon49/add-ignore-cache-dir-in-unit-test-section
Add ignore '.pytest_cache' directory in Unit test section
2 parents 6b07d3b + f651f0d commit 131e9fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ nosetests.xml
4545
coverage.xml
4646
*.cover
4747
.hypothesis/
48+
.pytest_cache/
4849

4950
# Translations
5051
*.mo

0 commit comments

Comments
 (0)