1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.gitignore
Cooper Lees 0772ab3e24 - Change the pip outdated check to use PackageFinder to find current
PyPI versions
-- Replaces the always phone back to pypi.python.org JSON call
-- This allows us specify a local mirror to be use to query for updated
version and respects other set options
-- Update tests
-- Fix setup.py to include freezegun for tests
2017-03-23 10:50:02 -07:00

16 lines
124 B
Plaintext

build/
dist/
docs/_build/
pip.egg-info/
MANIFEST
.tox
.cache
*.egg
*.eggs
*.py[cod]
*~
.coverage
coverage.xml
.*.sw?
.idea/