AzizMiladi Claude Opus 4.7 commited on
Commit
23bbcbe
Β·
1 Parent(s): 07d990c

chore(gitignore): add DataSet/ to prevent customer-PII re-commit

Browse files

The previous entries only matched DataSet1/ and DataSet2/, missing the
unsuffixed DataSet/ directory that contained 225 MB of real Orange
customer documents (names, addresses, urbanism refs). History was
purged with git-filter-repo; this guard prevents it from coming back.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (1) hide show
  1. .gitignore +1 -0
.gitignore CHANGED
@@ -55,6 +55,7 @@ Thumbs.db
55
  # ────────────────────────────────────────────────────────────────────────────
56
  # Training datasets: real Autorisations, Mandats, Plans, Certificats with
57
  # names, addresses, phone numbers, urbanism references.
 
58
  DataSet1/
59
  DataSet2/
60
 
 
55
  # ────────────────────────────────────────────────────────────────────────────
56
  # Training datasets: real Autorisations, Mandats, Plans, Certificats with
57
  # names, addresses, phone numbers, urbanism references.
58
+ DataSet/
59
  DataSet1/
60
  DataSet2/
61