/// This cleans the .butane/ directory which is generated when compiling the tests so that
/// the tests do not encounter side effects from previous test runs.
/// Currently the only way to remove stale items from the generated .butane/ directory is to
/// delete it before the code is compiled.
/// This means we can not rely on `butane clean` or the code behind it, because it hasnt
/// been compiled yet.