*.py[cod]
__pycache__
dist
sdist
*.so
pip-log.txt
.DS_Store
*.egg
*.egg-info

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.hypothesis
.cache
coverage.xml

# PyCharm / IntelliJ
*.iml
.idea
*.ipr

# Eclipse
.project
.pydevproject

MANIFEST
venv
build

.vscode
*.swp

# STAC schema cache
stac_schema_cache.sqlite
