*.py[cod]
__pycache__

# temp files from docs build
doc/auto_gallery
doc/example.nc
doc/savefig

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.cache
.ropeproject/
.tags*
.testmondata
.pytest_cache

# asv environments
.asv

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# PyCharm and Vim
.idea
*.swp
.DS_Store

# xarray specific
doc/_build
doc/generated
xarray/version.py

# Sync tools
Icon*

.ipynb_checkpoints
