From 80b11eb60f9cdcfa81d07c608606a2739f1785e0 Mon Sep 17 00:00:00 2001 From: Daniel McCoy Stephenson Date: Mon, 3 Aug 2026 01:24:32 -0600 Subject: [PATCH] Remove vestigial .gitignore entry, add CI status badge to README `target` was a leftover from the pre-pyproject.toml Maven-style build and no longer applies. Add a Test workflow badge to README since the project has real CI (.github/workflows/test.yml) but no visible status. Co-Authored-By: Claude Sonnet 5 --- .gitignore | 2 -- README.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 064858e..b3350d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -target - # Python __pycache__/ *.py[cod] diff --git a/README.md b/README.md index ccb2a5f..7948e4d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Graphik +[![Test](https://github.com/Stephenson-Software/graphik/actions/workflows/test.yml/badge.svg)](https://github.com/Stephenson-Software/graphik/actions/workflows/test.yml) + This library assists developers with graphics programming. ## Installation