From 205151bf31d1028bca26c83809b6837f05283955 Mon Sep 17 00:00:00 2001 From: Darren Wight Date: Mon, 8 Sep 2025 13:53:49 +0200 Subject: [PATCH] fix: data and marimo folders added to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cac109b..406b80e 100644 --- a/.gitignore +++ b/.gitignore @@ -188,3 +188,5 @@ ipython_config.py # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/ +__marimo__/ +data/ \ No newline at end of file