# Cython generation:
*.cpp
*.so
*.o
*.c
*.html
sparse_ho.egg-info/*

# Python precompilation
*pyc

# doc
doc/generated/*
doc/auto_examples/*
doc/_build/*

# Data
examples/data/*
data/*

# cache
.pytest_cache/*

coverage/*
.coverage

.DS_Store
MANIFEST
.vscode/settings.json
.gitignore
junit-results.xml

*.log
*.pkl
*.npy
*.lprof
