# ------------------------------------------------------------
# Build artifacts
# ------------------------------------------------------------
build/
dist/
output/
# ------------------------------------------------------------
# Python
# ------------------------------------------------------------
__pycache__/
*.egg
*.egg-info/
.mypy_cache/
.pytest_cache/