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

# Cython generated files #
#pymeshfix/cython/_meshfix.cpp

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

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

# MISC
# *.sh
# *flycheck*

# doc generated
docs/_build
wiki/

# testing coverage and cache
.pytest_cache/
tests/.coverage
tests/htmlcov/

# windows
test.bat

# Jupyter notebook cache
**/.ipynb_checkpoints

# Code coverage results
htmlcov
.coverage
*,cover

# Mac
.DS_Store


# Testing output
tests/ERROR_OUTPUT.txt

# Sphinx-gallery autogenerated pages
docs/examples/
docs/errors.txt
docs/images/auto-generated
**/myscreenshot.png


# flycheck
flycheck*


# Editors
.vscode