From 5bf2062919e1ceaa82c1420af8139bd2e36060e7 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 24 Feb 2026 13:46:53 -0500 Subject: [PATCH] Ignore pyz files with a glob A new entry just for pyz files wasn't necessary. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d7515a4b..c4ce850c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Python __pycache__/ -*.py[cod] +*.py[codz] *$py.class *.so .Python @@ -19,7 +19,6 @@ wheels/ *.egg-info/ .installed.cfg *.egg -*.pyz # Vendored packages src/linux_mcp_server/_vendor/*