# General
__pycache__/
*.pyc
.DS_Store
.venv/
.uv-cache/
.uv_cache/

# IDEs
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
.coverage*
htmlcov/

# Documentation
site/
docs/build/

# Data & Large Files
*.zip
*.tar.gz
*.csv
# Ignore GeoJSONs generally, but allow in tests/data (preserving existing rule)
*.geojson
!tests/data/*.geojson

# Jupyter
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Project Specific
cache/
docs/examples/data/
docs/examples/*.zip
docs/examples/*.geojson
dev/
documents/
temp_installation.html
