diff --git a/.gitignore b/.gitignore index f9d718ce3..be73e32b8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,9 @@ coverage .vscode *.suo *.lock -src/utils/vendor/ \ No newline at end of file +src/utils/vendor/ + +# AI tool runtime directories +.agents/ +.codex/ +.omx/ \ No newline at end of file