.gitignore
COPYING
MANIFEST.in
README.rst
setup.cfg
setup.py
.github/workflows/codespell-private.yml
.github/workflows/codespell.yml
bin/codespell
codespell.egg-info/PKG-INFO
codespell.egg-info/SOURCES.txt
codespell.egg-info/dependency_links.txt
codespell.egg-info/entry_points.txt
codespell.egg-info/not-zip-safe
codespell.egg-info/requires.txt
codespell.egg-info/top_level.txt
codespell_lib/__init__.py
codespell_lib/__main__.py
codespell_lib/_codespell.py
codespell_lib/data/__init__.py
codespell_lib/data/dictionary.txt
codespell_lib/data/dictionary_code.txt
codespell_lib/data/dictionary_en-GB_to_en-US.txt
codespell_lib/data/dictionary_informal.txt
codespell_lib/data/dictionary_names.txt
codespell_lib/data/dictionary_rare.txt
codespell_lib/data/dictionary_usage.txt
codespell_lib/data/linux-kernel.exclude
codespell_lib/tests/__init__.py
codespell_lib/tests/test_basic.py
codespell_lib/tests/test_dictionary.py