aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-04-04 15:08:13 -0500
committerAstounds <kirito@disroot.org>2026-04-04 15:08:13 -0500
commit62a028968e6d9b4e821b6014d6658b8317328fcf (patch)
tree59b249c117bb7d407b6774b6e788136340c9575e
parentf7bbf3129a0f7a3e89f0009efcb30b172a7579bc (diff)
downloadyt-local-62a028968e6d9b4e821b6014d6658b8317328fcf.tar.lz
yt-local-62a028968e6d9b4e821b6014d6658b8317328fcf.tar.xz
yt-local-62a028968e6d9b4e821b6014d6658b8317328fcf.zip
chore: extend .gitignore with AI assistant configurations and cachesHEADmaster
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
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/