Skip to content

Commit 6248956

Browse files
committed
ignore pytest cache
1 parent b0c1da1 commit 6248956

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
.flaskenv
44
*.pyc
55
*.pyo
6-
env
6+
env/
77
env*
8-
dist
9-
build
8+
dist/
9+
build/
1010
*.egg
11-
*.egg-info
11+
*.egg-info/
1212
_mailinglist
13-
.tox
13+
.tox/
1414
.cache/
15+
.pytest_cache/
1516
.idea/
1617

1718
# Coverage reports
18-
htmlcov
19+
htmlcov/
1920
.coverage
2021
.coverage.*
2122
*,cover

0 commit comments

Comments
 (0)