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

# Virtual environments
.venv
.venv-*/
venv/

# Tooling caches
.pytest_cache/

# MyST docs build output
_build/
.ruff_cache/
.mypy_cache/
.ipynb_checkpoints/

# uv
# (keep uv.lock tracked once generated)

# Large / generated test fixtures (kept local; tests skip when absent)
tests/test_data/TEST_*
tests/test_data/colombia_ecosystems*
