1
0
Fork 0
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:
Daniel Johnson 2025-06-13 15:16:46 -07:00 committed by GitHub
commit 1371bf29ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,3 +194,8 @@ cython_debug/
# refer to https://docs.cursor.com/context/ignore-files
.cursorignore
.cursorindexingignore
# Marimo
marimo/_static/
marimo/_lsp/
__marimo__/