# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env

# Tooling
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Docs
site/

# OS/editor
.DS_Store
*.swp

# Local-only planning notes
GEO2SCENE_WORKPLAN.md
