# Python bytecode and caches
__pycache__/
*.py[cod]
*.so

# Local virtual environments
.venv/
venv/

# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Notebook and editor noise
.ipynb_checkpoints/
.DS_Store

# Local data/artifacts
data/
cache/
tmp/
# generated demo PNGs + regenerated catalog HTML/text
output/
*.nc
*.zarr/
*.grib
*.grb
*.tif
*.tiff

# Local secrets/config (do not commit credentials)
.env
.env.*
*.pem
*.key
*credentials*.json
.cdsapirc
.ecmwfapirc
.netrc
.dodsrc

.claude_env

# Git worktrees
.worktrees/

docs/superpowers
