From 34ccada36defd221bbf2ce619b3448e4cc1b9568 Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sun, 28 Dec 2025 17:35:20 +0000 Subject: [PATCH] Add .gitignore and update URLs for new git server --- .gitignore | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 +- 2 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b1ff58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,105 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +.python-version + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Project specific +*.db +*.sqlite +*.log +results_*.json +*.png +*.pdf +checkpoints/ diff --git a/README.md b/README.md index 96adc5a..fd03e8d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ These specialized tools extend the core SpaceTime framework with experimental fe ```bash # Clone the repository -git clone https://github.com/sqrtspace/sqrtspace-tools.git +git clone https://git.marketally.com/sqrtspace/sqrtspace-tools.git cd sqrtspace-tools # Install dependencies @@ -215,7 +215,7 @@ If you use these tools in research, please cite: title = {SqrtSpace Tools: Space-Time Optimization Suite}, author={Friedel Jr., David H.}, year = {2025}, - url = {https://github.com/sqrtspace/sqrtspace-tools} + url = {https://git.marketally.com/sqrtspace/sqrtspace-tools} } ```