We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475921c commit 6c7a47dCopy full SHA for 6c7a47d
.gitignore
@@ -1,7 +1,6 @@
1
# Exclude results folders
2
-/src/results/
3
-/src/result/
4
-/results
+/src/result*/
+/result*/
5
6
# Rust build output
7
/target/
@@ -58,15 +57,12 @@ notebooks/.ipynb_checkpoints/
58
57
notebooks/.marimo_checkpoints/
59
60
# Ignore data/output folders and files in notebooks/
61
-notebooks/result/
62
-notebooks/results/
63
-notebooks/output/
64
-notebooks/outputs/
+notebooks/result*/
+notebooks/output*/
65
notebooks/*.parquet
66
notebooks/*.csv
67
notebooks/archived
68
notebooks/__marimo__
69
70
# Ruff cache
71
-.notebooks/.ruff_cache/
72
-.ruff_cache/
+notebooks/.ruff_cache/
0 commit comments