*/__pycache__/*
*.ome.zarr/
test*.zarr/

# Test artifacts
.pytest_cache/

# Coverage reports
htmlcov/
.coverage
.coverage.*

# Build artifacts
dist/
build/

# Documentation build artifacts
site/

# Test data artifacts
test_znimg.ome.zarr/
*.ome.zarr/
*.nii
*.nii.gz

# Exception: Include built-in data files
!zarrnii/data/**/*.nii.gz

# Generated files that should not be tracked
zarrnii/_version.py
__pycache__/
