From 3ac022c04acd5ac78c370716fd0061f5f957e69b Mon Sep 17 00:00:00 2001 From: Brandon Lucas Date: Wed, 18 Feb 2026 07:48:51 -0500 Subject: [PATCH] chore: gitignore build output (_site/, docs/) Co-Authored-By: Claude Opus 4.6 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4da467a..09bced2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,11 @@ # Claude Code project instructions CLAUDE.md +# Build output +_site/ +docs/*.html +docs/*.css + # Test binaries hello test_rc