- export_with_trees.sh: Bash wrapper for Outline export - outline_export_fixed.py: Python export implementation - IMPORT_SCRIPT.MD: PRD for import script (to be built) - RALPH_PROMPT.md: Ralph Loop prompt for building import script - CLAUDE.md: Project documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
224 B
Plaintext
22 lines
224 B
Plaintext
# Secrets
|
|
settings.json
|
|
|
|
# Export data (may contain sensitive content)
|
|
outline_export/
|
|
|
|
# Backups
|
|
outline_backup_*.tar.gz
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|
|
|
|
# Ralph Loop state
|
|
.claude/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|