| # 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 | |