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.
32 lines
321 B
Plaintext
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
|