[codespell]
skip =
    ./git/,
    **/*.po,
    **/*.pot,
    **/*.json,
    **/yarn.lock,
    **/node_modules/**,
    **/e2e/report/**,
    *.tsbuildinfo,
    **/uv.lock,
check-filenames = true
ignore-words-list =
    afterAll,
    statics,
exclude-file =
    ./src/backend/chat/agent_rag/web_search/mocked.py,
