#!/usr/bin/env python import pathlib assert not pathlib.Path("from-dockerignore").exists() assert pathlib.Path("from-extra-ignore").exists()