1
0
mirror of https://github.com/github/gitignore synced 2025-02-16 15:44:07 +01: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:
Akshay Agrawal 2024-10-01 19:59:25 -07:00
parent 5445a27025
commit a13d1fc514

View File

@ -78,6 +78,10 @@ target/
# Jupyter Notebook
.ipynb_checkpoints
# marimo notebook
# marimo maintains a cache of binary data in __marimo__/cache/
__marimo__/cache/
# IPython
profile_default/
ipython_config.py