Skip to content

Commit d8198ca

Browse files
committed
chore: add .codspeed/ to gitignore
Adds pytest-codspeed directory to gitignore to prevent tracking of benchmark results
1 parent 54fc7fd commit d8198ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

template/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ poetry.toml
175175

176176
# End of https://www.toptal.com/developers/gitignore/api/python
177177

178+
# pytest-codspeed
179+
.codspeed/
180+
178181
# pytest-benchmark
179182
.benchmarks/
180183

0 commit comments

Comments
 (0)