diff --git a/.gitignore b/.gitignore index 61235440f5..c4f17bc242 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ # docs-builder default output .artifacts -.DS_store \ No newline at end of file +.DS_store + +# Add LLM/AI related files +AGENTS.md +.github/copilot-instructions.md +.github/instructions/**.instructions.md +CLAUDE.md +GEMINI.md +.cursor \ No newline at end of file