# IDE specific files
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# Environment variables
.env
.env.local

# Dependencies
node_modules/
venv/
__pycache__/
*.py[cod]
*$py.class

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Earth Engine exports
GEE_Exports/
*.tif
*.tiff
*.geojson
*.shp
*.shx
*.dbf
*.prj
*.xml

# Python
*.pyc
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/

# Jupyter Notebook
.ipynb_checkpoints

# Local development
.local/

# Project specific
data/
output/
*.geojson
*.shp
*.shx
*.dbf
*.prj
*.cpg
*.xml
*.tif
*.tiff
*.vrt
*.ovr
*.aux.xml
*.rrd
*.msi
*.msm
*.msp
*.pyd
*.pth
*.pyc
*.pyo
*.pyd
.python-version

# Ignore any .env files except .env.example
.env*
!.env.example

# Ignore large files
*.zip
*.tar.gz
*.7z
*.dmg
*.pkg
*.deb
*.rpm

# Ignore IDE specific files
.idea/
.vscode/
*.sublime-workspace
*.sublime-project

# Ignore system files
.DS_Store
Thumbs.db

# Ignore any local configuration files
local_settings.py

# Ignore coverage reports
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Ignore virtual environment
venv/
ENV/

# Ignore database
*.sqlite3

# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Ignore Python cache
__pycache__/
*.py[cod]
*$py.class

# Ignore environment files
.env
.venv
env/
venv/
ENV/

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

# Ignore unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Ignore development files
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# Ignore npm debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Ignore local development files
.local/

# Ignore project specific files
GEE_Exports/
*.tif
*.tiff
*.geojson
*.shp
*.shx
*.dbf
*.prj
*.cpg
*.xml
*.vrt
*.ovr
*.aux.xml
*.rrd
*.msi
*.msm
*.msp
*.pyd
*.pth
*.pyc
*.pyo
*.pyd
.python-version

# Large PDF files
*.pdf
