execlib/.gitignore

19 lines
219 B
Plaintext

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