20 lines
220 B
Plaintext
20 lines
220 B
Plaintext
# generic
|
|
__pycache__/
|
|
*.egg-info/
|
|
.python-version
|
|
|
|
# package-specific
|
|
.ipynb_checkpoints/
|
|
.pytest_cache/
|
|
|
|
# vendor/build files
|
|
dist/
|
|
build/
|
|
doc/_autoref/
|
|
doc/_autosummary/
|
|
doc/_build/
|
|
|
|
# misc local
|
|
/Makefile
|
|
notebooks/
|