Add sync engine, web UI, Docker setup, and tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-07 20:54:59 +01:00
parent e4c69efd12
commit b3137a8af3
27 changed files with 7133 additions and 278 deletions

8
.gitignore vendored
View File

@@ -6,6 +6,14 @@ outline_export/
# Backups
outline_backup_*.tar.gz
exports_backup_*.tar.gz
# Export data
exports/
outline_tree_*.txt
# Python venv
.venv/
# Python
__pycache__/