2024-04-07 01:32:08 +00:00
|
|
|
# generic py
|
|
|
|
__pycache__/
|
|
|
|
.pytest_cache/
|
|
|
|
localsys.egg-info/
|
2024-04-18 01:42:26 +00:00
|
|
|
.ipynb_checkpoints/
|
2024-05-01 03:13:19 +00:00
|
|
|
.pytest_cache/
|
2024-04-18 02:08:44 +00:00
|
|
|
.python-version
|
2024-04-07 01:32:08 +00:00
|
|
|
|
|
|
|
# vendor and build files
|
|
|
|
dist/
|
|
|
|
build/
|
2024-04-19 10:55:59 +00:00
|
|
|
docs/_autoref/
|
|
|
|
docs/_autosummary/
|
|
|
|
docs/_build/
|