From e0b84a24f81f0da2f8b23ecc4925a41b1b2b17dd Mon Sep 17 00:00:00 2001 From: ilia Date: Sun, 26 Jul 2026 15:53:04 -0400 Subject: [PATCH] chore: untrack local AI agent tool directories --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1756b493..88729abc 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,12 @@ data/ # Extractor storage outputs and cached auth (per-extractor runtime data) extractors/*/storage/ +# Local AI agent tool configs/skills (not part of the app) +.agents/ +.claude/ +.codex/ +.opencode/ + # OS / editor .DS_Store Thumbs.db