# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Build artifacts
build/
dist/

# Virtualenvs
.venv/
venv/
