# --- Data: never commit datasets to this repo -------------------------------
# The physician panel that motivated this package contains biometric attributes
# derived from photographs of identifiable people. It must not be published.
# These patterns are deliberately broad.
*.xlsx
*.xls
*.csv
*.parquet
*.feather
*.sav
*.dta
data/
datasets/

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

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

# --- Editors / OS -----------------------------------------------------------
.DS_Store
.idea/
.vscode/
*.swp
dist/
