/env/
/build/
/dist/
/.eggs/
/.vscode/
/.coverage
/.mypy_cache/
/.pytest_cache/

# See: https://packaging.python.org/distributing/#uploading-your-project-to-pypi
/.pypirc

/.*-env/

*.egg-info
*.pyc
__pycache__/

px.pex
