hc99's picture
Add files using upload-large-folder tool
09d8e80 verified
raw
history blame
277 Bytes
# Building and releasing library:
*.egg-info
*.pyc
*.so
build/
dist/
venv/
_testing/
# Building the documentation
docs/_autosummary
docs/_collections
docs/modules/generated
# Mac OS
.DS_Store
# Python tools
.mypy_cache/
.pytype/
.ipynb_checkpoints
# Editors
.idea
.vscode