chore: ignore Hypothesis artifacts
This commit is contained in:
parent
87ede4d7ca
commit
d1ec636a94
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue