__pycache__/
*.py[cod]
*.iml
*.xml
.idea/
.cache/
.pytest_cache/
.coverage
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
# docs
build/
pythonenv3.8/
.vscode/
# Ignoring the virtual Environment when using GitHub Codespaces
.venv/