2024-05-18 15:35:10 -07:00
|
|
|
# generic py
|
|
|
|
|
__pycache__/
|
|
|
|
|
.pytest_cache/
|
|
|
|
|
*.egg-info/
|
|
|
|
|
.ipynb_checkpoints/
|
|
|
|
|
.pytest_cache/
|
2024-04-19 15:50:31 -07:00
|
|
|
.python-version
|
2025-09-28 00:31:32 -07:00
|
|
|
.venv/
|
2025-09-28 03:43:59 -07:00
|
|
|
.ruff_cache/
|
2024-05-18 15:35:10 -07:00
|
|
|
|
|
|
|
|
# vendor and build files
|
|
|
|
|
dist/
|
|
|
|
|
build/
|
|
|
|
|
docs/_autoref/
|
|
|
|
|
docs/_autosummary/
|
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
|
|
# local
|
|
|
|
|
notebooks/
|
|
|
|
|
/Makefile
|