claude-code-best/.gitignore
Askhz 114629ff9e fix(interactive): stop early input capture before rendering dialogs
Rename CLI binary from `ccb` to `csc`, update .gitignore for additional
AI tool directories and exe files, and fix unresponsive keyboard input
in interactive dialogs by stopping the early input listener before Ink
takes over stdin.
2026-04-09 10:25:34 +08:00

32 lines
321 B
Plaintext

node_modules
.DS_Store
dist
coverage
.env
*.log
.idea
.vscode
*.suo
*.lock
*.exe
src/utils/vendor/
# AI tool runtime directories
.agents/
.codex/
.omx/
.claude/
.costrict/
# Binary / screenshot files (root only)
/*.png
*.bmp
# Agent / tool state dirs
.swarm/
.agents/__pycache__/
# Python bytecode
__pycache__/
*.pyc