survey-extraction/deployment/lambda/extractor_and_loader/docker/.dockerignore
2025-07-18 16:26:43 +00:00

21 lines
174 B
Text

# Ignore junk and large files
*.pdf
*.csv
*.xml
*.parquet
*.ipynb
*.mp4
*.mov
*.jpg
*.png
*.zip
*.tar.gz
__pycache__/
*.pyc
*.pyo
*.pyd
build/
dist/
.etl_cache/
tests/
docs/