chore: extend .gitignore with AI assistant configurations and caches
All checks were successful
git-sync-with-mirror / git-sync (push) Successful in 17s
CI / test (push) Successful in 50s

This commit is contained in:
2026-04-04 15:08:13 -05:00
parent f7bbf3129a
commit 62a028968e

21
.gitignore vendored
View File

@@ -143,3 +143,24 @@ banned_addresses.txt
*.bak *.bak
*.orig *.orig
*.cache/ *.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/