# 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

# doc generated
docs/_build
wiki/

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

# 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 temp files
flycheck*


docs/external_examples.rst

# hypothesis
.hypothesis

# vim
*.swp

pyvistaqt/_version.py
