From eb800c5acc0b95386fe04103a521d48be21df9e8 Mon Sep 17 00:00:00 2001 From: Yuzhiran Dev Date: Wed, 20 May 2026 18:31:44 +0800 Subject: [PATCH] Ignore generated pipeline artifacts (outlines, research, images, search cache) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d460aab..79c05ca 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,9 @@ automation/data/published/* !automation/data/published/.gitkeep content/published/* !content/published/.gitkeep +automation/data/outlines/ +automation/data/research/ +automation/data/sustainability_raw/ +automation/data/search_cache.json +automation/images/generated/ data/*.db