[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git,.git-meta,.gitignore,.gitattributes,*.svg,*.pdf,.codespellrc
check-hidden = true
ignore-regex = ^\s*"image/\S+": ".*
ignore-words-list =
  # valid biology term used in NOR_gate example (inactivate the Promoter)
  inactivate
