From 0da3e595f74fdd33161dadfd30e6c6390e104a94 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Sat, 17 Jan 2026 20:14:36 +0000 Subject: [PATCH] Added build path --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 64d49ae..2f48b9a 100644 --- a/.gitignore +++ b/.gitignore @@ -213,4 +213,7 @@ marimo/_lsp/ __marimo__/ # Streamlit -.streamlit/secrets.toml \ No newline at end of file +.streamlit/secrets.toml + +# Build +build/ \ No newline at end of file