# Python bytecode / caches
__pycache__/
*.py[cod]
*.pyo
*.egg-info/

# Build / distribution
build/
dist/
*.egg

# setuptools-scm writes the resolved version here at build time; the
# git tag is the single source of truth so this file is never checked
# in.
zarr_vectors/_version.py

# Virtual envs
.venv/
venv/
env/

# Editor / OS noise
.vscode/
.idea/
.DS_Store
Thumbs.db

# Test caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.ipynb_checkpoints
.claude/

docs/_build
*.prof
