# Python package build/test artifacts
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
# Local virtualenvs
venv/
.venv/
