# Compiled python modules.
*.pyc

# virtual environments
/venv/

# Setuptools distribution folder.
/dist/

# Testing artifacts
/.cache*
/.coverage*

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/.eggs/*

.idea/
/build
/.pytest_cache
/test-reports

# Development notes
UPDATE.md
