mirror of
https://github.com/github/gitignore
synced 2025-06-28 17:50:08 +02:00
Ignore marimo cache in Python.gitignore
This commit is contained in:
parent
f84aa8dcb1
commit
7b268f627c
@ -193,3 +193,8 @@ cython_debug/
|
|||||||
# refer to https://docs.cursor.com/context/ignore-files
|
# refer to https://docs.cursor.com/context/ignore-files
|
||||||
.cursorignore
|
.cursorignore
|
||||||
.cursorindexingignore
|
.cursorindexingignore
|
||||||
|
|
||||||
|
# Marimo
|
||||||
|
marimo/_static/
|
||||||
|
marimo/_lsp/
|
||||||
|
__marimo__/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user