# Byte-compiled / cached
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Environment
.env
.env.local

CLAUDE.md

# Examples data (downloaded/generated)
examples/*/data/*.geojson
examples/*/data/*.csv
examples/*/data/*.parquet
examples/*/data/*.zip
examples/*/data/*.shp
examples/*/data/*.dbf
examples/*/data/*.shx
examples/*/data/*.prj
examples/*/data/*.cpg

# Keep .gitkeep to preserve directory structure
!examples/*/data/.gitkeep

# HTML outputs are committed (for GitHub Pages)
# Do NOT ignore *.html in examples/