Skip to content

Commit 88ded2f

Browse files
committed
Ignore coverage output
1 parent c9878df commit 88ded2f

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.gitignore

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11

2-
.cache
2+
.cache/
33
.coverage
4-
.env*
5-
.idea
6-
.mypy_cache
7-
.pytest_cache
8-
.tox
9-
.venv*
10-
.vs
4+
.env*/
5+
.idea/
6+
.mypy_cache/
7+
.pytest_cache/
8+
.tox/
9+
.venv*/
10+
.vs/
1111

12-
build
13-
dist
14-
docs/_build
15-
pip-wheel-metadata
16-
wheels
12+
build/
13+
dist/
14+
docs/_build/
15+
htmlcov/
16+
pip-wheel-metadata/
17+
wheels/
1718

18-
play
19+
play/
1920

20-
__pycache__
21+
__pycache__/
2122

2223
*.cover
2324
*.egg

0 commit comments

Comments
 (0)