initial commit (public reset)

This commit is contained in:
2024-04-19 18:43:52 -07:00
commit 109fbefd41
29 changed files with 2131 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# generic py
__pycache__/
.pytest_cache/
localsys.egg-info/
.ipynb_checkpoints/
.python-version
# vendor and build files
dist/
build/
docs/_autoref/
docs/_autosummary/
docs/_build/