execlib/.gitignore

19 lines
219 B
Plaintext
Raw Normal View History

2024-04-20 01:43:52 +00:00
# generic py
__pycache__/
.pytest_cache/
*.egg-info/
2024-04-20 01:43:52 +00:00
.ipynb_checkpoints/
.python-version
.pytest_cache
2024-04-20 01:43:52 +00:00
# vendor and build files
dist/
build/
docs/_autoref/
docs/_autosummary/
docs/_build/
# local
notebooks/
/Makefile