Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb16d6c

Browse files
committed
MAINT: Gitignore personal AI config files.
This only covers cursor and claude, copilot has other options. Grok (xAI) generated the list of files to ignore. [skip azp] [skip cirrus] [skip actions]
1 parent 8568ed8 commit bb16d6c

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

.gitignore

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,73 @@ doc/source/**/generated/
109109
doc/source/release/notes-towncrier.rst
110110
doc/source/.jupyterlite.doit.db
111111

112+
# AI coding agent configuration files #
113+
#######################################
114+
# Personal/local config — not shared with the project.
115+
# Remove entries below if the project decides to check in shared
116+
# project-wide instructions (e.g. a team CLAUDE.md or AGENTS.md).
117+
118+
# Claude Code (Anthropic)
119+
CLAUDE.md
120+
CLAUDE.local.md
121+
.claude/
122+
.claudeignore
123+
124+
# AGENTS.md (cross-tool standard: Codex, Cursor, Cline, Windsurf, etc.)
125+
AGENTS.md
126+
AGENTS.override.md
127+
128+
# OpenAI Codex
129+
.codex/
130+
131+
# Cursor
132+
.cursorrules
133+
.cursorignore
134+
.cursor/
135+
136+
# Windsurf / Codeium
137+
.windsurfrules
138+
.windsurf/
139+
.codeiumignore
140+
141+
# Warp
142+
WARP.md
143+
144+
# Google Gemini CLI
145+
GEMINI.md
146+
.gemini/
147+
.geminiignore
148+
149+
# Google Jules
150+
JULES.md
151+
152+
# JetBrains Junie
153+
.junie/
154+
155+
# Cline
156+
.clinerules
157+
.clinerules/
158+
159+
# Roo Code
160+
.roorules
161+
.roo/
162+
163+
# KiloCode
164+
.kilocoderules
165+
.kilocode/
166+
167+
# Aider
168+
.aider*
169+
.aider.conf.yml
170+
171+
# Continue.dev
172+
.continue/
173+
174+
# Generic / cross-tool AI ignore files
175+
.aiignore
176+
.aiexclude
177+
.uignore
178+
112179
# Things specific to this project #
113180
###################################
114181
benchmarks/results

0 commit comments

Comments
 (0)