node_modules
.venv
dist
.DS_Store

# Python
__pycache__
.ipynb_checkpoints
.pytest_cache
.ruff_cache

src/ipydagflow/static

# Docs
docs/_build
