# Dot files
.*
!.editorconfig
!.travis*
!.appveyor*
!.git*

# Python
/dist
/build
*.pyc
*.pyo
*.egg*
*.so
