Ignore marimo cache in Python.gitignore

This commit is contained in:
Mikaeil Mayeli 2025-06-12 14:13:20 -04:00 committed by GitHub
parent f84aa8dcb1
commit 7b268f627c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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