Skip to content

Commit ba6bf26

Browse files
authored
Ignore outputs from pytest-benchmark and pytest-profiling (#7812)
1 parent 52c1a86 commit ba6bf26

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ __pycache__
1616
*.coverage
1717
*.coverage.*
1818

19+
# ignore output from pytest-benchmark and pytest-profiling
20+
/.benchmarks/
21+
/prof/
22+
1923
# packaging
2024
*.egg-info/
2125
build/

0 commit comments

Comments
 (0)