mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
21 lines
174 B
Text
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/
|