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

# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.uv/

# IDE - VSCode
.vscode/
*.code-workspace
.history/

# IDE - PyCharm
.idea/
*.iml
*.iws
*.ipr
.idea_modules/

# IDE - Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Logs
*.log
logs/
log/

# GIS specific
*.shp
*.shx
*.dbf
*.prj
*.cpg
*.geojson
*.gpkg
*.tif
*.tiff
*.img
*.hdf
*.h5
*.nc
*.gdb/
*.mdb
*.sqlite
*.db

# OS specific
.DS_Store
Thumbs.db
desktop.ini

# Project specific
.cursor/
mcp.json
*.env
.env.local
.env.*.local

# Distribution
dist/
build/
*.egg-info/
*.egg

# Documentation
docs/_build/
site/

# Cache
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Temporary files
*.swp
*.swo
*~
*.bak
*.tmp
*.temp

# uv
uv.lock