.gitignore
.pre-commit-config.yaml
CODEOWNERS
LICENSE
Makefile
README.md
SECURITY.md
SECURITY_CHECKLIST.md
pyproject.toml
uv.lock
.github/pull_request_template.md
.github/workflows/cd.yml
.github/workflows/ci.yml
idscrub/__init__.py
idscrub/locations.py
idscrub/scrub.py
idscrub.egg-info/PKG-INFO
idscrub.egg-info/SOURCES.txt
idscrub.egg-info/dependency_links.txt
idscrub.egg-info/requires.txt
idscrub.egg-info/top_level.txt
notebooks/basic_usage.ipynb
test/conftest.py
test/test_all.py
test/test_chain.py
test/test_dataframe.py
test/test_huggingface.py
test/test_id.py
test/test_log.py
test/test_persidio.py
test/test_phonenumbers.py
test/test_regex.py
test/test_scrub.py
test/test_spacy.py