perform minor, partial reformatting
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,18 +1,19 @@
|
||||
# generic py
|
||||
# generic
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
*.egg-info/
|
||||
.ipynb_checkpoints/
|
||||
.pytest_cache/
|
||||
.python-version
|
||||
|
||||
# vendor and build files
|
||||
# package-specific
|
||||
.ipynb_checkpoints/
|
||||
.pytest_cache/
|
||||
|
||||
# vendor/build files
|
||||
dist/
|
||||
build/
|
||||
docs/_autoref/
|
||||
docs/_autosummary/
|
||||
docs/_build/
|
||||
doc/_autoref/
|
||||
doc/_autosummary/
|
||||
doc/_build/
|
||||
|
||||
# local
|
||||
notebooks/
|
||||
# misc local
|
||||
/Makefile
|
||||
notebooks/
|
||||
|
||||
Reference in New Issue
Block a user