# Build artifacts
dist/
build/
*.egg-info/
.eggs/

# Python
__pycache__/
*.py[cod]
.pytest_cache/

# Environments
.venv/
venv/
