16 lines
142 B
Plaintext
16 lines
142 B
Plaintext
# Local agent/tooling state
|
|
.agents/
|
|
.claude/
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Logs and local env
|
|
*.log
|
|
.env
|
|
.env.*
|
|
|