From d1ec636a94bf166793da72aa425f8ed2f5a64a18 Mon Sep 17 00:00:00 2001 From: LiRen-qiu <2914668598@qq.com> Date: Mon, 5 Jan 2026 15:11:18 +0800 Subject: [PATCH] chore: ignore Hypothesis artifacts --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 394c500..4a15b57 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ .artifacts/ subagent.log +# Hypothesis test artifacts +.hypothesis/ + # Python bytecode / cache __pycache__/ *.py[cod] @@ -23,4 +26,3 @@ env/ build/ dist/ *.egg-info/ -