chore: ignore Hypothesis artifacts

This commit is contained in:
LiRen-qiu 2026-01-05 15:11:18 +08:00
parent 87ede4d7ca
commit d1ec636a94
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -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/