From 2fb1e96c68535001ed5b7aef042bed0d8ca99c5a Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 10 May 2026 17:22:32 +0200 Subject: [PATCH] Update .gitignore to exclude AI Agent instruction files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3a138e8..a7cce9e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ __pycache__/ # Go build output /src/simple-ca/simple-ca /src/simple-ca/simple-ca.exe + +# Do not store AI Agent instructions +AGENTS.md +CLAUDE.md