initial commit

This commit is contained in:
2026-03-03 18:11:37 -08:00
commit 337175d428
24 changed files with 4940 additions and 0 deletions

20
.gitignore vendored Normal file
View File

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