perform minor, partial reformatting

This commit is contained in:
2026-01-02 17:26:28 -08:00
parent 090c122c60
commit c566dcf678
25 changed files with 1431 additions and 140 deletions

21
.gitignore vendored
View File

@@ -1,18 +1,19 @@
# generic py
# generic
__pycache__/
.pytest_cache/
*.egg-info/
.ipynb_checkpoints/
.pytest_cache/
.python-version
# vendor and build files
# package-specific
.ipynb_checkpoints/
.pytest_cache/
# vendor/build files
dist/
build/
docs/_autoref/
docs/_autosummary/
docs/_build/
doc/_autoref/
doc/_autosummary/
doc/_build/
# local
notebooks/
# misc local
/Makefile
notebooks/