*.pyc
__pycache__
*~
.DS_Store
build/*
doc/source/pygraphviz-documentation.zip
doc/source/pygraphviz.pdf
doc/source/auto_examples/*
doc/gh-pages
doc/build

# Generated while building documentation.
doc/source/static/examples/*
doc/source/reference/generated/*
doc/source/examples/*

# Generated when 'python setup_egg.py'
pygraphviz.egg-info/

# Testing
.coverage

# Dotfiles generated when running gallery examples
examples/*.dot

dist/
*.pyd
*.dll
pygraphviz/version.py
_b/

.idea/
file
*.ps
pygraphviz/_graphviz*.so
.tox/
MANIFEST
.eggs/
