mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 11:17:23 +02:00
Merge pull request #4665 from MikaeelMF/patch-1
Ignore marimo cache in Python.gitignore
This commit is contained in:
commit
1371bf29ff
@ -194,3 +194,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…
Reference in New Issue
Block a user