# ignore contents of pycache
*/__pycache__/

# ignore all .pyc files
*.pyc

# ignore all backup files
*~
/earthquakepy.egg-info/
