mirror of
https://github.com/7836246/cursor2api.git
synced 2026-09-03 07:20:02 +08:00
feat(vision): add zero-config local OCR and external vision api fallback for image payloads
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -26,6 +26,35 @@ Thumbs.db
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Environment
|
||||
# Binaries
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
cursor2api
|
||||
|
||||
# Go
|
||||
vendor/
|
||||
*.test
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
@@ -33,3 +62,4 @@ logs/
|
||||
# Build
|
||||
dist/
|
||||
build/
|
||||
*.traineddata
|
||||
Reference in New Issue
Block a user