From 821ae41c634bad98702d4bd83b8f8642c3d99e1f Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 17 Jul 2025 21:00:57 -0400 Subject: [PATCH] BLD: add build directory to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1a254b16..c84434b7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ __pycache__ .cache/ *.code-workspace *.ipynb_checkpoints/ +build/ \ No newline at end of file