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

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

## about package
/genet/models/*/
/genet/database/metadata/
/test_datasets/

## about build
/build
/dist
genet.egg-info


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

# About tutorials
!tutorials/*.ipynb