From d6f220c5fbfeac84b33e3892000b4c2d2e60eec6 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Sat, 25 Apr 2026 08:42:28 -0500 Subject: [PATCH] ignore local ai files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 946330a..26b6410 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,8 @@ # Tempfiles created by git-spell-check docs-dictionary-* -temp_file-* \ No newline at end of file +temp_file-* + +# Local AI working files live here. Keep ignored on non-ai branches. +.ai/ +AGENTS.md