From e0b2d6b71c6d918a63c6cbe665239992c3959422 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 22 Jan 2026 12:37:46 -0500 Subject: [PATCH] build: Ignore CLAUDE and AGENTS files for now. (#37930) I want to start using coding assistants and play around with content in the CLAUDE.md file but I don't want git to complain about it or check it in for everyone just yet. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 26a2f75113..57e4ed3410 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ requirements/edx/private.txt lms/envs/private.py cms/envs/private.py .venv/ +CLAUDE.md +AGENTS.md # end-noclean ### Python artifacts