gitextract_xbcx2j27/ ├── .gitattributes ├── LICENSE ├── README.md ├── blns.base64.json ├── blns.base64.txt ├── blns.json ├── blns.txt ├── naughtystrings/ │ ├── Makefile │ ├── __init__.py │ ├── go.mod │ ├── internal/ │ │ └── resource.go │ ├── naughtystrings.go │ └── naughtystrings_test.go ├── package.json └── scripts/ ├── texttobase64.sh └── txt_to_json.py