begin subparser integration

This commit is contained in:
2024-05-18 15:35:10 -07:00
parent e783617407
commit 0de501ac04
11 changed files with 175 additions and 56 deletions

18
.gitignore vendored
View File

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