1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.gitignore
2017-11-14 12:03:01 +05:30

39 lines
417 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg
*.eggs
*.egg-info/
MANIFEST
# Documentation
docs/build/
# mypy
.mypy_cache/
# Unit test / coverage reports
.tox/
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
# Misc
*~
.*.sw?
# For IntelliJ IDEs (basically PyCharm)
.idea/
# Scratch Pad for experiments
.scratch/