From 9b4bcabd672460818dba585aa743b84cf7b1672e Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Tue, 26 May 2026 22:39:41 -0500 Subject: [PATCH] Add common noise to .gitignore (coverage, test binaries, stray config test, session docs) --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8edda7e..4b65671 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,14 @@ #test cache /steamcache/test_cache/* -!/steamcache/test_cache/.gitkeep \ No newline at end of file +!/steamcache/test_cache/.gitkeep + +# Test artifacts and coverage +coverage.out +*.test + +# Stray/unwanted test file from previous work +config/config_test.go + +# Large session-generated review notes +docs/ \ No newline at end of file