__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

# Summary files
CODEBASE_ANALYSIS.md
LINTING_SUMMARY.txt
PRE-COMMIT-SUMMARY.txt

# Testing & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Jupyter
.ipynb_checkpoints/
notebooks/.ipynb_checkpoints/

# IDEs
.vs/
.vscode/
.idea/
*.swp

# Raster outputs (don't commit large files)
*.tif
*.tiff
*.nc
*.h5

# GEE credentials
.config/earthengine/

# macOS
.DS_Store

# Docs build
docs/_build/

# SSH keys & credentials 
github
github.pub
*_rsa
*_rsa.pub
*_ed25519
*_ed25519.pub
*.pem
.ssh/
