# Compiled source #
###################
*.pyc
*.pyd
*.so
*.o

# Cmake
CMakeFiles/
Makefile
cmake_install.cmake
compile_commands.json
.clangd

# OS generated files #
######################
.fuse_hidden*
*~

# Pip generated folders #
#########################
*.egg*
build/
dist/

# MISC
.pytest_cache/
.hypothesis

# documentation
_autosummary/
doc/_build
doc/images
doc/examples

# coverage reports
htmlcov/
.coverage