From 40dfbfd3dbb39bc21c87f30a2087b59177fa7f74 Mon Sep 17 00:00:00 2001 From: Ben Stull Date: Fri, 5 Jun 2026 03:55:36 -0700 Subject: [PATCH] chore: gitignore *.egg-info/ build artifact Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4cb0a89..2c62fc9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ .venv/ media/ .superpowers/ +*.egg-info/