We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89eeb41 commit a80c8e6Copy full SHA for a80c8e6
2 files changed
template/.gitignore
@@ -13,6 +13,7 @@ dist/
13
# Unit test / coverage reports
14
.cache/
15
.coverage
16
+.coverage.*
17
.hypothesis/
18
.pytest_cache/
19
template/.vscode/settings.json
@@ -4,6 +4,7 @@
4
"**/.cache/": true,
5
"**/.codspeed/": true,
6
"**/.coverage": true,
7
+ "**/.coverage.*": true,
8
"**/.hypothesis/": true,
9
"**/.pixi/": true,
10
"**/.pytest_cache/": true,
0 commit comments