From 3e83f11bbedff5f5f78b100715b0a2723442a7cc Mon Sep 17 00:00:00 2001 From: Scott Wares Date: Mon, 27 Jul 2026 15:21:27 +0000 Subject: [PATCH] chore: gitignore python bytecode --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2b6615b..67d9ebe 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ terraform docs-audit-pr.sh actions-runner/ *.sql + +# Python bytecode +__pycache__/ +*.pyc