From 66ca7d4321df923c74b8fb0ec350221c2b60bb08 Mon Sep 17 00:00:00 2001 From: ookami125 Date: Thu, 25 Jun 2026 00:25:38 -0400 Subject: [PATCH] chore: ignore local agent git tools --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 316ae56..8ec8897 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ # Editor / tooling caches and generated compilation database .cache/ compile_commands.json +__pycache__/ +*.pyc +git-tools/ # Test scratch /tmp/