[codespell]

skip = node_modules,
       *-lock.json,
       ./.git,
       *.pyc,
       __pycache__,
       ./build,
       ./dist,
       ./apidocs/*.html,
       ./apidocs/*.js,
       ./apidocs/*.json,
       ./apidocs/*.css,
       ./openflexure,
       ./htmlcov,
       ./src/openflexure_microscope_server/static,
       .venv,
       *.egg-info,
       src/tests/unit,
       ./webapp/src/tests/unit/*.spec.js,
       ./webapp/coverage/*,

regex = [a-zA-Z0-9\-'’]+
ignore-words-list = fom, afterAll
