# Python
__pycache__/
*.pyc

# Python package
.eggs/
*.egg-info/
build/
libSGM/

# Documentation build and API
doc/build/
doc/doxyoutput/

# Python coverage output
.coverage
coverage.xml

# Python test reports
nosetests.xml
pylint-report.txt

