# this directory allow pipenv to initialise the virtualenv inside
# the project directory by default
#
# @see https://stackoverflow.com/a/57922911
/.venv/**
!/.venv/.gitkeep
/build/**

__pycache__
**/*.pyc
/.idea
/dist
*.egg-info
