# standard python ignores
*.py[co]
build
docs/build
dist
.pytest_cache/

# cartopy build files
lib/cartopy/_version.py
*.cpp
*.so
*.pyd

docs/build
lib/cartopy/tests/mpl/output/
docs/source/cartopy/examples/
docs/source/gallery
docs/source/matplotlib/coastlines.p??
docs/source/*/generated/
docs/source/sg_execution_times.rst

# some data files:
lib/cartopy/data/SRTM3
lib/cartopy/data/gshhs
lib/cartopy/data/shapefiles

# some configuration files which aren't part of cartopy repo
lib/cartopy/siteconfig.py

# Possible local downloads of these files during doc builds
ne_10m_bathymetry*


benchmarks/results/
benchmarks/envs/

# pydev files
.project
.pydevproject

# Created by editors
*~
\#*
\.\#*
*.swp
.ipynb_checkpoints/
.idea/
.vscode/

# Operating system files
\.DS_Store
.cache/
__pycache__/

# PyTest cache files
.pytest_cache

# Egg that gets created with 'pip install -v -e .'
*.egg-info/
.eggs/
