Skip to content

Commit 1371bf2

Browse files
authored
Merge pull request #4665 from MikaeelMF/patch-1
Ignore marimo cache in Python.gitignore
2 parents 49b922a + 7b268f6 commit 1371bf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Python.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,8 @@ cython_debug/
194194
# refer to https://docs.cursor.com/context/ignore-files
195195
.cursorignore
196196
.cursorindexingignore
197+
198+
# Marimo
199+
marimo/_static/
200+
marimo/_lsp/
201+
__marimo__/

0 commit comments

Comments
 (0)