# Config file for codespell.
# https://github.com/codespell-project/codespell#using-a-config-file

[codespell]

# Comma separated list of dirs to be skipped.
skip = *.ai,chroma.css,chroma_dark.css,.cspell.json

# Comma separated list of words to be ignored. Words must be lowercased.
ignore-words-list = abl,edn,januar,te,trys,ue,womens

# Check file names as well.
check-filenames = true
