contextlib2/.gitignore
Nick Coghlan c223508344 Sync with CPython 3.12.3
Also adds some helper scripts for the sync process

Closes #43
2024-05-23 16:55:15 +10:00

17 lines
154 B
Text

build/
dist/
docs/_build/
pip.egg-info/
MANIFEST
.tox
*.egg
*.egg-info
*.py[cod]
*~
.coverage
coverage.xml
htmlcov/
# Patching output files
*.orig
*.rej