From f035bce1e8ccca567ef3e8cc998fb45b14929cd7 Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Sat, 8 Nov 2025 20:10:05 -0800 Subject: [PATCH] chore: ignore local patch files and generated plots --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d929d38..022665c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,8 @@ outputs/ # local helpers for branch protection protection*.json + +# local patches & generated plots +*.patch +outputs/*.png +outputs/*.pdf