# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Node / JupyterLab extension
node_modules/
lib/
*.tsbuildinfo
.yarn/
# built labextension output
*/labextension/

# Jupyter / OS
.ipynb_checkpoints/
.DS_Store

# MyST docs build
_build/

# Local dev isolation
.worktrees/
