# normal stuff
node_modules
.DS_Store
.vscode
.idea

# streamlit distribution files
pollination_streamlit_viewer.egg-info
dist
build

yarn-error*

*.pyc
test.py
.pytest_cache
*__pycache__
.coverage
*.ipynb
.ipynb_checkpoints
.tox
*.egg-info
tox.ini
/.cache
/.vscode
.eggs
*.code-workspace
*.whl

venv
test.py
