*.pyc
__pycache__
.DS_Store
.coverage
.tox/
*.db
*.sqlite
.venv
.idea

# Private files
.env


# build
MANIFEST
build/*
dist/*
*.egg-info
