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/