# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Python
__pycache__/
*.py[cod]
*.so

# Test / tooling caches
.pytest_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

# Documentation build
docs/_build/

# Agents
.claude/
.opencode/

# Measurement Sets and their sidecars, in case one is generated in-tree
*.ms/
*.ms.flagversions/
*.zarr/
