# Temp files
.DS_Store
*~
.dmypy.json

# Compiled files
__pycache__/

# Distribution / packaging
/build/
/dist/
/*.egg-info/

# Tests and coverage
/.pytest_cache/
/.cache/
/data/

# docs
docs/_build
!docs/api/.md
docs/**/generated

# IDEs
/.idea/
.vscode

# data
*.zarr/

# temp files
temp/


# symlinks (luca) for extending the refactoring to satellite projects
napari-spatialdata
spatialdata-io
spatialdata-notebooks
spatialdata-plot
spatialdata-sandbox

# notebooks
*.ipynb

# version file
_version.py

# other
node_modules/

.asv/

.mypy_cache
.ruff_cache
uv.lock
