2be7da127c
Export/import Cursor agent transcripts between workstations. YAML per-workstation config, Markdown archive, MIT license. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
245 B
Plaintext
16 lines
245 B
Plaintext
# Local workstation configs (copy from *.example.yml)
|
|
config/workstations/*.yml
|
|
!config/workstations/*.example.yml
|
|
|
|
# Optional local override
|
|
config/config.yml
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|