*.pyc
build
__pycache__/
*~
.atom/
.DS_Store
.ipynb_checkpoints/
.cache
.coverage*
.coverage.xml
*.code-workspace
*_cibw.yml
*_gmprocess.yml
htmlcov
wheelhouse
**/*.egg-info/
.pytest_cache
**/*.so
.vscode/
MANIFEST.in
*code-workspace*
# Vim tags
tags
# Ignore the C code that gets built by cython
src/esi_core/gmprocess/waveform_processing/smoothing/konno_ohmachi.c
src/esi_core/gmprocess/waveform_processing/auto_fchp.c
src/esi_core/gmprocess/metrics/oscillators.c
src/esi_core/shakemap/covariance_matrix.c
src/esi_core/shakemap/geodetic_distances.c
src/esi_core/shakemap/pcontour.c
src/esi_core/shakemap/clib.c

