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