From cc3fa7eb09af63e97da3b5b4cc97178c00af0329 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Tue, 4 Aug 2026 17:58:27 -0700 Subject: [PATCH] Anchor MANIFEST to repo root to avoid matching subdirectories --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index b3ec7d5e13..2cfffdfce2 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -24,7 +24,7 @@ share/python-wheels/ *.egg-info/ .installed.cfg *.egg -MANIFEST +/MANIFEST # PyInstaller # Usually these files are written by a python script from a template