mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
30 lines
300 B
Plaintext
30 lines
300 B
Plaintext
node_modules
|
|
.DS_Store
|
|
dist
|
|
coverage
|
|
.env
|
|
*.log
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.lock
|
|
src/utils/vendor/
|
|
|
|
# AI tool runtime directories
|
|
.agents/
|
|
.codex/
|
|
.omx/
|
|
|
|
# Binary / screenshot files (root only)
|
|
/*.png
|
|
*.bmp
|
|
|
|
# Agent / tool state dirs
|
|
.swarm/
|
|
.agents/__pycache__/
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
logs
|