# --- Patient data: NEVER commit ---
# Raw BIS downloads and any non-anonymised derivatives are as identifiable as
# the source signal (full timestamps + date-encoded case names).
raw-data/
decoded/

# Anonymisation key — the SECRET that reverses date-shifting to re-link outcomes.
# Must live only with the IG-controlled Case-ID→patient mapping, never in git.
*anon*key*.csv
anonymisation_key.csv

# The date-shifted export is pseudonymised (reversible with the key), so treat it
# as sensitive by default. Remove this line only once your export is approved
# for sharing under your information-governance / ethics agreement.
decoded_anon/

# --- tooling ---
web/frontend/node_modules/
web/frontend/dist/
__pycache__/
*.pyc
.DS_Store
