mirror of
https://github.com/github/gitignore
synced 2025-06-22 06:38:51 +02:00
add __marimo__/cache/ to Python .gitignore
The marimo notebook maintains a cache of binary data in __marimo__/cache/, and it recommends users to add this directory to their .gitignore. Documentation: https://docs.marimo.io/api/caching.html#caching-variables-to-disk
This commit is contained in:
parent
5445a27025
commit
a13d1fc514
@ -78,6 +78,10 @@ target/
|
|||||||
# Jupyter Notebook
|
# Jupyter Notebook
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
# marimo notebook
|
||||||
|
# marimo maintains a cache of binary data in __marimo__/cache/
|
||||||
|
__marimo__/cache/
|
||||||
|
|
||||||
# IPython
|
# IPython
|
||||||
profile_default/
|
profile_default/
|
||||||
ipython_config.py
|
ipython_config.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user