From 62a028968e6d9b4e821b6014d6658b8317328fcf Mon Sep 17 00:00:00 2001 From: Astounds Date: Sat, 4 Apr 2026 15:08:13 -0500 Subject: chore: extend .gitignore with AI assistant configurations and caches --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 2fc7528..181223f 100644 --- a/.gitignore +++ b/.gitignore @@ -143,3 +143,24 @@ banned_addresses.txt *.bak *.orig *.cache/ + +# ----------------------------------------------------------------------------- +# AI assistants / LLM tools +# ----------------------------------------------------------------------------- +# Claude AI assistant configuration and cache +.claude/ +claude* +.anthropic/ + +# Kiro AI tool configuration and cache +.kiro/ +kiro* + +# Qwen AI-related files and caches +.qwen/ +qwen* + +# Other AI assistants/IDE integrations +.cursor/ +.gpt/ +.openai/ -- cgit v1.2.3