From e00edfa57400ed51aac4bfb29193acefafe17789 Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Sun, 13 Sep 2026 00:16:46 +0500 Subject: [PATCH] chore(git): ignore generated feedback Python caches Signed-off-by: rldyourmnd --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e972cac3..7b59370f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,7 @@ # Stamped controller binaries from . dist/ + +# Feedback and contract tests compile local Python imports. +__pycache__/ +.pytest_cache/