From dcd562c2691c4496e6ff3dfecd56fece93ad1f68 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 13 Apr 2026 13:38:25 -0400 Subject: [PATCH] Added "Build artifacts" section --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f8a8b0..a2ac30a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,10 @@ Thumbs.db desktop.ini # MCP Inspector logs -logs/ \ No newline at end of file +logs/ + +# Build artifacts +dist/ +build/ +*.egg-info/ +__pycache__/ \ No newline at end of file