.vscode/
.idea/
.DS_Store

*.pyc
__pycache__/

# ignore test products
#tests/data/*.html
#tests/data/*.xml
#tests/data/*.ly
#tests/data/*.abc
#tests/data/*.md5
#tests/data/*.png

# ignore doc products
doc/*.md5
doc/*.ly
doc/*.svg
doc/*.png
doc/*.1
doc/*.html
doc/*.xml
!doc/article-docinfo.xml

# ignore the configure/make products
/autom4te.cache/
/config.*
/configure
Makefile
MANIFEST

/tags
/gh-pages/
build/
