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/