From 6113b391092dbc3472280e24cffa14e3978ce0d4 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 22 Sep 2025 16:01:31 -0700 Subject: [PATCH] chore: add .brainy runtime folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 30486cf3..810c0771 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ build/ # Runtime data brainy-data/ +.brainy/ *.log *.pid *.seed