From 393d4c6a1bbde184c023906f51f7c2b39a760052 Mon Sep 17 00:00:00 2001 From: Yijia Xiao Date: Tue, 3 Feb 2026 23:30:55 +0000 Subject: [PATCH] chore: add data_cache to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e15106e3..9a2904a9 100644 --- a/.gitignore +++ b/.gitignore @@ -214,3 +214,6 @@ __marimo__/ # Streamlit .streamlit/secrets.toml + +# Cache +**/data_cache/