diff --git a/src/cli.rs b/src/cli.rs index f095db48..918cf3e1 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -146,7 +146,7 @@ pub fn get_args() -> Args { let mut ignores = vec![]; let default_ignores = vec![format!("**{}.DS_Store", MAIN_SEPARATOR), - String::from("*.pyc"), + String::from("*.py[co]"), String::from("#*#"), String::from(".#*"), String::from(".*.sw?"),