# Auto-generated
.*.swp
*.pyc
__pycache__/
.tox
.coverage*
!.coveragerc
/.cache
/.pytest_cache

# shared libs installed by 'setup.py test'
/Lib/*.so*
/Lib/*.dylib
/Lib/*.pyd

# Build related
*.egg-info
build/
dist/
PKG-INFO

# generated in the sample workflow
/__venv__/
