- Add workspace file exclusion - Add AI agents directory exclusion Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
153 B
Plaintext
20 lines
153 B
Plaintext
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
CargoTrace.code-workspace
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project specific
|
|
*.log
|
|
.env
|
|
.env.local
|
|
|
|
# AI Agents
|
|
.claude/
|
|
|