From 0d8e1e7058cf60320911f87a9260a7e6fbec9fd6 Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Tue, 1 Oct 2024 20:17:01 -0700 Subject: [PATCH] Use ** wildcard --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 4c1e8f74..608091eb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -80,7 +80,8 @@ target/ # marimo notebook # marimo maintains a cache of binary data in __marimo__/cache/ -__marimo__/cache/ +# in directories containing notebooks. +**/__marimo__/cache/ # IPython profile_default/