mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 18:27:16 +02:00
The existing template comments out most agent paths because some are team configuration. The entries added here are not: they are session transcripts, chat history, caches, and local settings that AI coding tools write into the working tree, like the aider history files the template already ignores unconditionally. Covered: Claude Code (.claude.json, session/todos/projects/statsig/ shell-snapshots/history), Codex (sessions, history, logs), Cursor (chats, logs, session state), Continue sessions, and the .agent/, .copilot/, .playwright-mcp/, .remember/, .specstory/, and .superpowers/ state directories. The list is cross-checked against the aimhooman rule catalog, which tests each pattern against real repositories.
92 lines
1.4 KiB
Plaintext
92 lines
1.4 KiB
Plaintext
# AI agents and assistants
|
|
#
|
|
# Some common agent instruction and project configuration files are listed
|
|
# below as commented-out examples. They are often intentionally committed and
|
|
# shared with a team, so only uncomment them if they are local-only in your
|
|
# project.
|
|
|
|
# GEMINI.md
|
|
# WARP.md
|
|
# CRUSH.md
|
|
# QWEN.md
|
|
|
|
# OpenAI Codex
|
|
# AGENTS.md
|
|
# .codex/
|
|
.codex/sessions/
|
|
.codex/history*
|
|
.codex/log/
|
|
.codex/logs/
|
|
|
|
# Aider
|
|
.aider.input.history
|
|
.aider.chat.history.md
|
|
.aider.llm.history
|
|
.aider.tags.cache.v*
|
|
# .aiderignore
|
|
|
|
# Claude Code
|
|
.claude.json
|
|
.claude/*.local.json
|
|
.claude/**/*.log
|
|
.claude/history*
|
|
.claude/session*.json
|
|
.claude/todos/
|
|
.claude/projects/
|
|
.claude/statsig/
|
|
.claude/shell-snapshots/
|
|
CLAUDE.local.md
|
|
# .claude/
|
|
|
|
# Gemini CLI
|
|
gemini-debug.log
|
|
.gemini-clipboard/
|
|
# .gemini/
|
|
|
|
# Cursor AI
|
|
.cursor/chats/
|
|
.cursor/logs/
|
|
.cursor/session*
|
|
# .cursorrules
|
|
# .cursor/
|
|
# .cursor.json
|
|
# .cursor-settings.yaml
|
|
|
|
# Continue
|
|
.continue/sessions/
|
|
# .continue/
|
|
# .continuerc.json
|
|
|
|
# Cline
|
|
# .cline/
|
|
# .clinerules
|
|
# cline.json
|
|
|
|
# Other agent/editor project config
|
|
# .warp/
|
|
# .crush/
|
|
# .codeium/
|
|
# .deepseek/
|
|
# .amazon-codewhisperer/
|
|
# .tabnineignore
|
|
# .tabnine/
|
|
|
|
# Other agent session and state directories
|
|
.agent/
|
|
.copilot/
|
|
.playwright-mcp/
|
|
.remember/
|
|
.specstory/
|
|
.superpowers/
|
|
|
|
# GitHub Copilot
|
|
# .github/copilot-instructions.md
|
|
|
|
# Windsurf Editor
|
|
# .windsurfrules
|
|
# .windsurf/
|
|
|
|
# Replit AI Development
|
|
# .replit
|
|
# replit.nix
|