# Binaries
*.exe
bin/
!npm/bin/
!npm/bin/codex-browser-bridge.js
npm/bin/codex-browser-bridge
/bridge
/codex-browser-bridge

# Test artifacts
test_*.txt
cover.out
coverage.out
coverage
*.coverprofile
npm/pack.json
npm/*.tgz
npm/checksums.json

# Local private files
.env
.env.*
*.local
*.log
debug/
bridge-debug*.txt

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Go
vendor/

# Rust
target/
