# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
env/
.python-version

# uv
uv.lock

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

# Type checkers
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Local data caches
/data/
*.zarr/
*.nc
!tests/fixtures/**/*.nc

# Editor / system droppings
*~
*.bak
.~lock.*

# Jupyter checkpoints picked up by users running examples in notebooks
.ipynb_checkpoints/
