1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
*.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/
# Virtual environment directory
pygraphviz-dev
|