Files
outline-sync/.gitignore
Claude d9161f64f5 Initial commit: Export tools and import script requirements
- 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>
2026-01-19 22:33:55 +01:00

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/