## Git Ignore List
## Please DO NOT commit any unnecessary files!

## About python
*.log
*.pot
*.pyc
*.ipynb
__pycache__/
.pytest_cache/
.ipynb_checkpoints/

## about package
/test_datasets/

## about build
/build
/dist


## About test datasets
*.parquet
*.csv
*.txt
*.gz
*.gbff

# About tutorials
!tutorials/*.ipynb