# https://git-scm.com/docs/gitignore#_pattern_format
# GitHub
-.github/** @ezio-melotti @hugovk
+.github/** @ezio-melotti @hugovk @AA-Turner
# pre-commit
.pre-commit-config.yaml @hugovk @AlexWaygood
-.ruff.toml @hugovk @AlexWaygood
+.ruff.toml @hugovk @AlexWaygood @AA-Turner
# Build system
configure* @erlend-aasland @corona10
# dbm
**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka
+# Doc/ tools
+Doc/conf.py @AA-Turner @hugovk
+Doc/Makefile @AA-Turner @hugovk
+Doc/make.bat @AA-Turner @hugovk
+Doc/requirements.txt @AA-Turner @hugovk
+Doc/_static/** @AA-Turner @hugovk
+Doc/tools/** @AA-Turner @hugovk
+
# runtime state/lifecycle
**/*pylifecycle* @ericsnowcurrently
**/*pystate* @ericsnowcurrently
Lib/test/test_configparser.py @jaraco
# Doc sections
-Doc/reference/ @willingc
+Doc/reference/ @willingc @AA-Turner
**/*weakref* @kumaraditya303