# Byte-compiled / optimized / DLL files
__pycache__/
private/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
private/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation. Everything the build generates: the executed gallery,
# the per-product catalog pages, the API reference, the credentials and status
# pages and the autosummary stubs. None of it is committed (REVAMP_PLAN §7.2).
docs/_build/
docs/auto_examples/
docs/catalog/
docs/api/
docs/generated/
docs/gen_modules/
docs/credentials.md
docs/status.md
docs/sg_execution_times.rst

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation (removed in Phase 4; the entry outlives the config)
/site

# mypy
.mypy_cache/

# IDE settings
.vscode/

# API keys
ee_key.json

# Written by hatch-vcs at build/install time
easysnowdata/_version.py
coverage.xml

# Local example downloads (multi-GB Planet scenes, earthaccess downloads)
docs/examples/planet_data/
docs/examples/data/
# Local scratch notebook (the seed of the Planet work, REVAMP_PLAN Q17)
docs/examples/sandbox.ipynb
