Skip to content

Commit 6c7a47d

Browse files
committed
Update working copy changes
1 parent 475921c commit 6c7a47d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.gitignore

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Exclude results folders
2-
/src/results/
3-
/src/result/
4-
/results
2+
/src/result*/
3+
/result*/
54

65
# Rust build output
76
/target/
@@ -58,15 +57,12 @@ notebooks/.ipynb_checkpoints/
5857
notebooks/.marimo_checkpoints/
5958

6059
# Ignore data/output folders and files in notebooks/
61-
notebooks/result/
62-
notebooks/results/
63-
notebooks/output/
64-
notebooks/outputs/
60+
notebooks/result*/
61+
notebooks/output*/
6562
notebooks/*.parquet
6663
notebooks/*.csv
6764
notebooks/archived
6865
notebooks/__marimo__
6966

7067
# Ruff cache
71-
.notebooks/.ruff_cache/
72-
.ruff_cache/
68+
notebooks/.ruff_cache/

0 commit comments

Comments
 (0)