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

# Virtual envs
.venv/
venv/
env/

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

# IDE / OS
.idea/
.vscode/
.DS_Store

# Local secrets / scratch
*.local
.env

# Vendored reference material (not part of the package)
/terriajs-main/
/terria-docs/

# Generated report artifacts (Word/PDF exports)
/dist-reports/
