# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

MANIFEST
.cache

# Python
*.pyc
/.eggs/
*.egg-info/
*.DS_Store
__pycache__
/build/
/dist/

# Snap
*.snap

# Flask
/flask/

# Testing
.coverage
/coverage
/htmlcov/

# Logs
*-debug.log*
*-error.log*

.env.local
.env.development.local
.env.test.local
.env.production.local

