We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baab332 commit 244869eCopy full SHA for 244869e
1 file changed
.gitignore
@@ -179,3 +179,8 @@ CLAUDE.local.md
179
#### main branch only stuff below this line, things to backport go above. ####
180
# main branch only: ABI files are not checked/maintained.
181
Doc/data/python*.abi
182
+
183
+# Mypy symlinks (generated by Misc/mypy/make_symlinks.py)
184
+Misc/mypy/_colorize.py
185
+Misc/mypy/_pyrepl
186
+Misc/mypy/token.py
0 commit comments