# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
-# GitHub
+# Azure Pipelines
+.azure-pipelines/ @AA-Turner
+
+# GitHub & related scripts
.github/** @ezio-melotti @hugovk @AA-Turner
+Tools/build/compute-changes.py @AA-Turner
+Tools/build/verify_ensurepip_wheels.py @AA-Turner
# pre-commit
.pre-commit-config.yaml @hugovk
.ruff.toml @hugovk @AlexWaygood @AA-Turner
-# Build system
-configure* @erlend-aasland @corona10
-Makefile.pre.in @erlend-aasland
-Modules/Setup* @erlend-aasland
+# Build system (autotools)
+configure* @erlend-aasland @corona10 @AA-Turner
+Makefile.pre.in @erlend-aasland @AA-Turner
+Modules/Setup* @erlend-aasland @AA-Turner
+Tools/build/regen-configure.sh @AA-Turner
# argparse
**/*argparse* @savannahostrowski
Doc/requirements.txt @AA-Turner @hugovk
Doc/_static/** @AA-Turner @hugovk
Doc/tools/** @AA-Turner @hugovk
+.readthedocs.yml @AA-Turner
# runtime state/lifecycle
**/*pylifecycle* @ericsnowcurrently @ZeroIntensity
**/*importlib/resources/* @jaraco @warsaw @FFY00
**/*importlib/metadata/* @jaraco @warsaw
+# Calendar
+Lib/calendar.py @AA-Turner
+Lib/test/test_calendar.py @AA-Turner
+
# Dates and times
**/*datetime* @pganssle @abalkin
**/*str*time* @pganssle @abalkin
# multiprocessing
**/*multiprocessing* @gpshead
+# pydoc
+Lib/pydoc.py @AA-Turner
+Lib/pydoc_data/ @AA-Turner
+Lib/test/test_pydoc/ @AA-Turner
+
# SQLite 3
**/*sqlite* @berkerpeksag @erlend-aasland
**/*pdb* @gaogaotiantian
**/*bdb* @gaogaotiantian
+# types
+Lib/test/test_types.py @AA-Turner
+Lib/types.py @AA-Turner
+Modules/_typesmodule.c @AA-Turner
+
# Limited C API & stable ABI
Tools/build/stable_abi.py @encukou
Misc/stable_abi.toml @encukou
/Tools/msi/ @python/windows-team
/Tools/nuget/ @python/windows-team
+# Zstandard
+Lib/compression/zstd/ @AA-Turner
+Lib/test/test_zstd.py @AA-Turner
+Modules/_zstd/ @AA-Turner
+
# Misc
**/*itertools* @rhettinger
**/*collections* @rhettinger
**/*cjkcodecs* @corona10
+# Patchcheck
+Tools/patchcheck/ @AA-Turner
+
# macOS
/Mac/ @python/macos-team
**/*osx_support* @python/macos-team
**/*zipfile/_path/* @jaraco
# Argument Clinic
-/Tools/clinic/** @erlend-aasland
-/Lib/test/test_clinic.py @erlend-aasland
-Doc/howto/clinic.rst @erlend-aasland
+/Tools/clinic/** @erlend-aasland @AA-Turner
+/Lib/test/test_clinic.py @erlend-aasland @AA-Turner
+Doc/howto/clinic.rst @erlend-aasland @AA-Turner
# Subinterpreters
**/*interpreteridobject.* @ericsnowcurrently
# Doc sections
Doc/reference/ @willingc @AA-Turner
+Doc/whatsnew/ @AA-Turner
**/*weakref* @kumaraditya303
# t-strings
**/*interpolationobject* @lysnikolaou
**/*templateobject* @lysnikolaou
-**/*templatelib* @lysnikolaou
+**/*templatelib* @lysnikolaou @AA-Turner
**/*tstring* @lysnikolaou
# Remote debugging
# gettext
**/*gettext* @tomasr8
+
+# Internal Docs
+InternalDocs/ @AA-Turner