# --- Sensitive data (never commit) ---
TestData/
Test/
ground_truth/
_extracted/
zzztest/
*.xlsx
*.rds

# --- Build artifacts / archives ---
*.tar.gz
*.egg-info/
build/
dist/
wheelhouse/
_skbuild/
CMakeCache.txt
CMakeFiles/

# --- Compiled C++ extensions ---
*.so
*.pyd
*.o
*.obj

# --- Python ---
__pycache__/
*.py[cod]
.venv/
.venv_build/
venv/
.env
.pytest_cache/

# --- Results: keep figures only, drop data-like outputs ---
results/*
!results/
!results/*.png

# --- OS / editor ---
.DS_Store
Thumbs.db

# Dev utilities that depend on non-shipped ground-truth/data
tools/
