*.egg-info
*.egg
*.eggs
*.EGG
*.EGG-INFO
*.idea
bin
build
develop-eggs
downloads
eggs
fake-eggs
parts
dist
*.pyc
*.pyo
*.tmp*
.cache
.DS_Store
.vscode
tmp/
# vim
.*swp
# docs
*_build
docs/_build
# tests
tests/.ipynb_checkpoints
.pytest_cache
tests/__pycache__ 
gseapy/__pycache__