This commit is contained in:
Jun-te Kim 2025-07-18 16:00:37 +00:00
parent 792cb1d711
commit b6e201c7d1

View file

@ -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/