From 14295e9a4cb88a484e70703427e79c19fafa4d80 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 19 May 2026 10:35:42 +0100 Subject: [PATCH] chore(API): Ignore egg-info packaging metadata Editable installs from `make install-packages` generate `api/flagsmith_api.egg-info/`, which the `api-run-makefile-target` workflow then sweeps into auto-generated PRs (e.g. #7533). Ignore it so future runs only commit the intended diff. beep boop --- api/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/.gitignore b/api/.gitignore index f1af0ea21de0..3f3bcfe9255f 100644 --- a/api/.gitignore +++ b/api/.gitignore @@ -2,6 +2,9 @@ static/* !static/.gitkeep **/staticfiles/* +# Python packaging metadata generated by editable installs +*.egg-info/ + # SaaS only modules saml/ features/workflows/logic/