contextlib2/.gitignore
Alyssa Coghlan f64cf04df8
Sync with CPython 3.12.3 (#60)
* generated new diff files covering this sync
* added some helper scripts for the sync process
* fixed RTD theme regression (due to RTD changes since the last release)

Closes #43
2024-05-23 17:55:20 +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