From 437f694cfb9fe160f993a833e513357f8dfece48 Mon Sep 17 00:00:00 2001 From: Khoa Vo Date: Sun, 25 Jan 2026 18:39:23 +0700 Subject: [PATCH] chore: update ignore files for deployment --- .dockerignore | 7 +++++++ .gitignore | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.dockerignore b/.dockerignore index 4bec572..fcbed87 100644 --- a/.dockerignore +++ b/.dockerignore @@ -40,3 +40,10 @@ test-results/ # Frontend build (we copy from npm build) frontend/node_modules/ + +# Custom Exclusions +*.jsonl +debug_*.json +ssr_data.json +crawl_debug.* +backups/ diff --git a/.gitignore b/.gitignore index d430eda..d2bc2d3 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,10 @@ test-results/ # Test files backend/test_*.py +# Custom Exclusions +*.jsonl +debug_*.json +ssr_data.json +crawl_debug.* +temp_cookies.json +backups/