2024-04-20 01:43:52 +00:00
|
|
|
# generic py
|
|
|
|
__pycache__/
|
|
|
|
.pytest_cache/
|
2024-05-14 13:37:08 +00:00
|
|
|
*.egg-info/
|
2024-04-20 01:43:52 +00:00
|
|
|
.ipynb_checkpoints/
|
|
|
|
.python-version
|
2024-05-14 22:49:23 +00:00
|
|
|
.pytest_cache
|
2024-04-20 01:43:52 +00:00
|
|
|
|
|
|
|
# vendor and build files
|
|
|
|
dist/
|
|
|
|
build/
|
|
|
|
docs/_autoref/
|
|
|
|
docs/_autosummary/
|
|
|
|
docs/_build/
|
2024-05-14 22:49:23 +00:00
|
|
|
|
|
|
|
# local
|
|
|
|
notebooks/
|
|
|
|
/Makefile
|