mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Merge pull request #4665 from MikaeelMF/patch-1
Ignore marimo cache in Python.gitignore
This commit is contained in:
commit
1371bf29ff
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue