objectlib/.gitignore

19 lines
220 B
Plaintext
Raw Permalink Normal View History

2024-05-16 03:36:13 +00:00
# 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