From b6e201c7d149f5477c3fbfc0b9200fd6a4cd8495 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 18 Jul 2025 16:00:37 +0000 Subject: [PATCH] slimer --- .../lambda/extractor_and_loader/.dockerignore | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/deployment/lambda/extractor_and_loader/.dockerignore b/deployment/lambda/extractor_and_loader/.dockerignore index bd6a2d6..d587d34 100644 --- a/deployment/lambda/extractor_and_loader/.dockerignore +++ b/deployment/lambda/extractor_and_loader/.dockerignore @@ -1,3 +1,21 @@ +# Ignore junk and large files *.pdf -*.xml *.csv +*.xml +*.parquet +*.ipynb +*.mp4 +*.mov +*.jpg +*.png +*.zip +*.tar.gz +__pycache__/ +*.pyc +*.pyo +*.pyd +build/ +dist/ +.etl_cache/ +tests/ +docs/