*.pyc

# ignore python type annotation stubs for now
*.pyi
.pytest_cache

# Mac OS X
.DS_Store

# IDE related
.idea/
.vscode/

# build related
biolearn.egg-info/
build
dist/
biolearn/_version.py

# coverage
.coverage
coverage
nosetests_coverage/

# documentation
doc/_build
doc/auto_examples
doc/modules/generated
doc/generated
doc/sg_execution_times.rst

#vevn
.venv

#jupyter notebooks
.ipynb_checkpoints
notebooks/

#large test files
biolearn/test/data/external/