1
0
mirror of https://github.com/github/gitignore synced 2025-06-28 09:38:52 +02:00

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 # refer to https://docs.cursor.com/context/ignore-files
.cursorignore .cursorignore
.cursorindexingignore .cursorindexingignore
# Marimo
marimo/_static/
marimo/_lsp/
__marimo__/