From 1e70c43faffb593be1a9dec3cc40de57cfb9c177 Mon Sep 17 00:00:00 2001 From: sit-d <281093367+sit-d@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:38:25 -0600 Subject: [PATCH] chore: ignore Python helper caches --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f5b084 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Python helper caches +__pycache__/ +*.py[cod] + +# Local Python tooling environments +.venv/ +venv/