Skip to content
Next Next commit
chore(git[ignore]): ignore .pytest-optimizer state dir
why: The pytest-optimizer tooling writes durable profiling and
benchmark JSON under .pytest-optimizer/; it is local state, not
source, and should never be committed.

what:
- Add .pytest-optimizer/ to .gitignore
  • Loading branch information
tony committed Jul 4, 2026
commit cc3e9abef2e4ae9f94dcba447f33529f1643e29a
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ docs/_static/css/fonts.css
**/CLAUDE.local.md
**/CLAUDE.*.md
**/.claude/settings.local.json

# pytest-optimizer durable state (profiling/benchmarks)
.pytest-optimizer/