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