//! `agentignore init` — Create example `.agentignore` and `.agentallow` files.
use crate;
use PathBuf;
/// Handle `agentignore init [folder]`.
///
/// Creates example `.agentignore` and `.agentallow` files in the specified
/// directory (or the current directory if none is given).