# Dot files
.*
!.editorconfig
!.gitattributes
!.gitignore
!.travis*

# Python
/dist
/build
*.pyc
*.pyo
*.egg-info
