From a470b9a06bd6b4d7fccd5be563036c656569e3c1 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Mon, 1 Sep 2025 11:56:11 +0200 Subject: [PATCH] Add AI/LLM files to gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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