Spaces:
Configuration error
Configuration error
Commit Β·
23bbcbe
1
Parent(s): 07d990c
chore(gitignore): add DataSet/ to prevent customer-PII re-commit
Browse filesThe 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>
- .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 |
|