# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Versioning
xpublish_zarr/_version.py

# uv / venv
.venv/
.python-version

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Ruff / mypy
.ruff_cache/
.mypy_cache/

# Editors
.vscode/
.idea/
*.swp
.DS_Store
