# Sphinx & coverage
build
doc/_build
doc/api
glue/tests/htmlcov
*.coverage
*htmlcov*

# Packages/installer info
doc/.eggs
Glue.egg-info
glueviz.egg-info
dist

# Compiled files
*.pyc

# Other generated files
glue/_githash.py

# Other
.pylintrc
*.ropeproject
glue/qt/glue_qt_resources.py
*.__junk*
*.orig
*~
.cache

# Mac OSX
.DS_Store

# PyCharm
.idea

# Eclipse editor project files
.project
.pydevproject
.settings