.idea
.ipynb_checkpoints
.python-version
.mypy_cache
.nox/
__pycache__
.pytest_cache
htmlcov
dist
site
.coverage
.coverage.*
coverage.xml
.netlify
test.db
log.txt
Pipfile
Pipfile.lock
build/
*.egg-info/
docs/tutorials/data
tests/integration/data
.ruff_cache
earthaccess/_version.py

notebooks/data/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
node_modules/

# Created by https://www.toptal.com/developers/gitignore/api/macos
# Edit at https://www.toptal.com/developers/gitignore?templates=macos

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

# End of https://www.toptal.com/developers/gitignore/api/macos

# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode

### VisualStudioCode ###
.vscode/

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode

# Created by https://www.toptal.com/developers/gitignore/api/direnv
# Edit at https://www.toptal.com/developers/gitignore?templates=direnv

### direnv ###
.direnv
.envrc

# End of https://www.toptal.com/developers/gitignore/api/direnv

# Created by https://www.toptal.com/developers/gitignore/api/asdf
# Edit at https://www.toptal.com/developers/gitignore?templates=asdf

### asdf ###
/.tool-versions

# End of https://www.toptal.com/developers/gitignore/api/asdf
