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

# Virtual environments
.venv

# VCS versioning (auto-generated by hatch-vcs)
src/geozarr_toolkit/_version.py

# IDE
.vscode/
.idea

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

# Type checking / linting
.mypy_cache/
.ruff_cache/

# macOS
.DS_Store

# Data
data/*
output/*

# uv
uv.lock

# Docs
site/*

node_modules/

# Auto-generated AJV standalone validators
metazarr/src/generated/
