Skip to content

Commit e7b1840

Browse files
committed
Expanded ignore list to ensure tool neutrality.
1 parent 13459ec commit e7b1840

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,24 @@ paket-files/
258258

259259
# Python Tools for Visual Studio (PTVS)
260260
__pycache__/
261-
*.pyc
261+
*.pyc
262+
263+
# Don't want to be prescriptive about the user's development environment.
264+
.devcontainer/
265+
266+
# The simplicity of this project structure enables AI tools to figure it out instantly.
267+
.claude/
268+
CLAUDE.md
269+
.codex/
270+
AGENTS.md
271+
.github/copilot-instructions.md
272+
.gemini/
273+
GEMINI.md
274+
.cursor/
275+
.cursorrules
276+
.aider*
277+
.windsurf/
278+
.windsurfrules
279+
280+
# I've already seen one PR with scraps here, hoping to avoid it in the future.
281+
tmp/

0 commit comments

Comments
 (0)