data/
*.h5
*.h5ad
*.log
#OS or Editor files and folders
.DS_Store
Thumbs.db
.ipynb_checkpoints/
.directory
/.idea/

# Python / Byte-compiled / optimized / DLL
__pycache__/
*.py[cod]
*.so
.cache

#testing modules
.pytest_cache/
