From 4029473fecd42a94ea4fa2d276a928967be13888 Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Sun, 9 Nov 2025 16:11:18 -0800 Subject: [PATCH] chore(ci): remove .github/workflows/ci.yml.new and ignore *.new workflow temps --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3948516..ef151d0 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ data/synthetic/psych_stroop_*.csv data/synthetic/fitness_*.csv # generated plots outputs/ + +# CI temp files +.github/workflows/*.new