/env/
/build/
/dist/
/.eggs/
/.vscode/
/.coverage
/.mypy_cache/
/.pytest_cache/
/.pytest-avoidance/

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

/.*-env/

*.egg-info
*.pyc
__pycache__/

# Auto generated by setup.py
/px/version.py

px.pex

# For regenerating the animated-gif ptop screenshot
/node_modules/
/package-lock.json
