Hello 👋🏼 I'm trying to set up syntax_tree and have the following in my `.streerc`, but running `stree write '**/*.rb'` still formats the files in `_build` ``` --ignore-files='_build/**/*.rb' ``` Passing this option directly to `stree write` works