From 5f46296671fd309f2e93586d030311134a84cb38 Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Thu, 27 Aug 2026 18:06:26 +0200 Subject: [PATCH] chore: ignore proptest regression seed files proptest writes tests/*.proptest-regressions when a property fails, seeding a replay of that exact case. Useful locally; noise in the repo when the failure came from a deliberate mutation rather than a real defect. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 484a023..cb875d7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ NOTEPAD.md /.claude +proptest-regressions/