mirror of
https://github.com/github/gitignore.git
synced 2026-04-13 02:41:41 +08:00
While using AI agents locally in your projects is fine when done correctly, having to constantly fight PRs polluted by unsolicited external AI-generated files is exhausting in the long run. It’s therefore important—and necessary—to keep projects clean and isolated from this relentless spread of unnecessary and overused AI output.
31 lines
295 B
Plaintext
31 lines
295 B
Plaintext
### AI ###
|
|
|
|
# Agentic CLI config files/directories
|
|
.aider*
|
|
.ai*
|
|
.claude*
|
|
.cline*
|
|
.cursor*
|
|
.gemini*
|
|
.instructions.md
|
|
.llm*
|
|
.opencode*
|
|
.windsurf*
|
|
copilot*
|
|
|
|
# Generated docs/context
|
|
AGENTS*.md
|
|
CLAUDE*.md
|
|
JULES*.md
|
|
*.mdc
|
|
data/
|
|
tmp/
|
|
tmp/*
|
|
*.log
|
|
*.tmp
|
|
*.cache
|
|
|
|
# Chat/session history
|
|
*.chat
|
|
*.session
|