.gitignore
.mailmap
COPYING
MANIFEST.in
README.rst
pyproject.toml
tox.ini
.devcontainer/devcontainer.json
.devcontainer/post_create.sh
.github/CODEOWNERS
.github/dependabot.yml
.github/release.yml
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/ISSUE_TEMPLATE/privileged.yml
.github/ISSUE_TEMPLATE/question.yml
.github/ISSUE_TEMPLATE/share-feedback.md
.github/ISSUE_TEMPLATE/showcase-addition.yml
.github/workflows/add-to-project.yml
.github/workflows/autofix.yml
.github/workflows/codetypo-private.yml
.github/workflows/codetypo-windows.yml
.github/workflows/codetypo.yml
.github/workflows/release.yml
codetypo/__init__.py
codetypo/__main__.py
codetypo/_codetypo.py
codetypo/_spellchecker.py
codetypo/_text_util.py
codetypo/_version.py
codetypo/py.typed
codetypo.egg-info/PKG-INFO
codetypo.egg-info/SOURCES.txt
codetypo.egg-info/dependency_links.txt
codetypo.egg-info/entry_points.txt
codetypo.egg-info/requires.txt
codetypo.egg-info/top_level.txt
codetypo/data/__init__.py
codetypo/data/dictionary.txt
codetypo/data/dictionary_code.txt
codetypo/data/dictionary_en-GB_to_en-US.txt
codetypo/data/dictionary_informal.txt
codetypo/data/dictionary_names.txt
codetypo/data/dictionary_rare.txt
codetypo/data/dictionary_usage.txt
codetypo/data/linux-kernel.exclude
codetypo/tests/__init__.py
codetypo/tests/test_basic.py
codetypo/tests/test_dictionary.py
codetypo/tests/data/en_GB-additional.wordlist
codetypo/tests/data/en_US-additional.wordlist
requirements/requirements-github-actions.txt
requirements/requirements-tests.txt
requirements/requirements.txt