# codespell project config
#
# Words codespell misidentifies that are correct as-is.
# These are proper nouns, product names, or domain-specific
# terms that would change meaning if "fixed".
#
# Reference: https://github.com/codespell-project/codespell#using-a-config-file

[codespell]
# ND = Neighbor Discovery (IPv6 protocol, used in scapy/MCP packet tooling).
# iTerm = Apple terminal app proper noun.
ignore-words-list = iTerm, ND
