Files
claude-code/.gitignore
claude-code-best 2da6514095 feat: 支持自托管的 remote-control-server (#214)
* feat: 支持自托管的 remote-control-server (#214)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-04-09 17:40:50 +08:00

32 lines
306 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
data