# Ignore config files except the example ones
*.yml
!example-*.yml
!.*.yml

# Automatically generated by setup.py
/__init__.py

env/
build/
__pycache__/
*.py[cod]
*.bak
*~
*.save*
*.db
*.pid
*.pem
.eggs
*.egg-info/
dist/