Skip to content

Commit fb938d4

Browse files
committed
Get rid of garbage.
1 parent f1678ef commit fb938d4

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ target/
33
venv
44
*.egg-info
55
__pycache__
6-
build/
6+
build/
7+
fil-result/

.ignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/venv
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Seeds for failure cases proptest has generated in the past. It is
2+
# automatically read and these particular cases re-run before any
3+
# novel cases are generated.
4+
#
5+
# It is recommended to check this file in to source control so that
6+
# everyone who runs the test benefits from these saved cases.
7+
cc 8a70f0f05390d0c4d8a739b45c3b520e75188def9067fdbb83d9f7aaadd9f122 # shrinks to allocated_sizes = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], free_indices = [Index(3689348814741910324), Index(0), Index(3689348814741910324), Index(0), Index(0)]

0 commit comments

Comments
 (0)