*.ipynb
_*.npy

# Ignore Python cache directories
__pycache__/
*.pyc
*.pyo
*pyd
*.egg-info/
.dist/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS/editor
.DS_Store
.vscode/