From 97706f8cf1af293150398cfda30da22eedea0a83 Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sun, 28 Dec 2025 17:18:39 +0000 Subject: [PATCH] Migrate to Gitea: add .gitignore, update repo URLs --- .gitignore | 32 ++++++++++++++++++++++++++++++++ README.md | 6 +++--- 2 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2b5e6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# LaTeX auxiliary files +*.aux +*.bbl +*.blg +*.fdb_latexmk +*.fls +*.log +*.out +*.synctex.gz +*.toc +*.lof +*.lot +*.idx +*.ilg +*.ind +*.nav +*.snm +*.vrb + +# Build artifacts +*.dvi +*.ps + +# Editor files +*.swp +*.swo +*~ +.DS_Store + +# IDE +.idea/ +.vscode/ diff --git a/README.md b/README.md index 7a85e23..bc540e2 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Ryan Williams' 2025 result demonstrates that any time-bounded algorithm can be s ## Related Repositories -- **[Experiments & Code](https://github.com/sqrtspace/sqrtspace-experiments)**: Full implementation, experiments, and interactive dashboard -- **[Interactive Dashboard](https://github.com/sqrtspace/sqrtspace-experiments/tree/main/dashboard)**: Streamlit app for exploring space-time tradeoffs +- **[Experiments & Code](https://git.marketally.com/sqrtspace/sqrtspace-experiments)**: Full implementation, experiments, and interactive dashboard +- **[Interactive Dashboard](https://git.marketally.com/sqrtspace/sqrtspace-experiments/tree/main/dashboard)**: Streamlit app for exploring space-time tradeoffs ## Key Findings @@ -72,7 +72,7 @@ Once published on arXiv: 1. **Quick Overview**: Read `executive_summary.md` (2 pages) 2. **Technical Summary**: Read `two_page_summary.tex` (2 pages, compile to PDF) 3. **Full Paper**: Read `main.tex` (26 pages, compile to PDF) -4. **Try It Yourself**: Visit the [experiments repository](https://github.com/sqrtspace/sqrtspace-experiments) +4. **Try It Yourself**: Visit the [experiments repository](https://git.marketally.com/sqrtspace/sqrtspace-experiments) ## Contact