Add CLAUDE_CONTEXT directory to gitignore (#165358)

Claude often adds a bunch of MD files or other stuff that is specific to a local session, add a folder for claude to put this stuff that doesn't get checked into the repo
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165358
Approved by: https://github.com/oulgen
This commit is contained in:
James Wu
2025-10-13 17:47:49 -07:00
committed by PyTorch MergeBot
parent ac529df244
commit 515d1326c1

1
.gitignore vendored
View File

@ -395,3 +395,4 @@ android/pytorch_android_torchvision/.cxx
CLAUDE.local.md
/test_*.py
/debug_*.py
CLAUDE_CONTEXT/