Surface Cursor run progress to stderr and response payloads, enforce CURSOR_TIMEOUT_SECONDS, validate git repos before delegate, and fix resume session cwd persistence. Includes docs, tests, and packaging. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
152 B
Plaintext
19 lines
152 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
dist/
|
|
build/
|
|
|
|
# Local env / secrets
|
|
.env
|
|
|
|
# Runtime data
|
|
.local/
|
|
|
|
# Editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|