diff --git a/install.py b/install.py index 19397eab..2da8b85d 100644 --- a/install.py +++ b/install.py @@ -68,6 +68,7 @@ def install_chores(): working_dir / "docs", install_path / "docs", dirs_exist_ok=True, + ignore=shutil.ignore_patterns("*.yaml"), )