From 711dc80880509a48c20eacd8402ac0f6a25d7701 Mon Sep 17 00:00:00 2001 From: carlos-alm Date: Wed, 1 Jul 2026 19:29:50 -0600 Subject: [PATCH] chore: gitignore __pycache__ directories Running the Python resolution benchmark fixtures locally generates tests/benchmarks/resolution/fixtures/python/__pycache__/, which showed up as untracked noise in git status after running tests. Closes #1715 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 990a24ff..74b27941 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ generated/DEPENDENCIES.json artifacts/ pkg/ target/ +__pycache__/