Walk the filesystem

Walk the filesystem while respecting ignore files

ignore ignore-crates.io ignore-github ignore-lib.rs

ignore is a library for efficiently matching ignore files such as .gitignore against file paths.

Recursive filesystem walking that respects ignore files (like .gitignore)

fn main() {
    todo!();
}