# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv

# Tooling caches
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/

# Notebook artifacts
.ipynb_checkpoints/
notebooks/.ob-jupyter/
notebooks/data/
notebooks/zarrmony_functions.py

# Test artifacts
tests/_tmp/
*.ome.zarr/

