We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6a0ba commit f158288Copy full SHA for f158288
.gitignore
@@ -19,3 +19,4 @@ example_data/*.parquet
19
*.mm_profdata
20
21
src/bin/*
22
+outputs/
Cargo.toml
@@ -17,6 +17,7 @@ exclude = [
17
"examples/",
18
"test_data/",
"peroxide-ad2",
+ "outputs/",
]
23
[badges]
0 commit comments