diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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/ |
