# test data
nxontology/tests/viz_outputs

# Python
__pycache__/
*.egg-info/
pip-wheel-metadata/
.ipynb_checkpoints
.cache
.mypy_cache/
.pytest_cache/
.venv
.eggs/
build/
dist/

# System specific files

## Linux
*~
.Trash-*

## macOS
.DS_Store
._*
.Trashes

## Windows
Thumbs.db
[Dd]esktop.ini

## Text Editors
.vscode
.idea/