mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
dc2dff3a0b
Merge pull request #6937 from pradyunsg/use-nox
46 lines
507 B
Text
46 lines
507 B
Text
# 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
|
|
.[nt]ox/
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|
|
.*cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
tests/data/common_wheels/
|
|
|
|
# Misc
|
|
*~
|
|
.*.sw?
|
|
.env/
|
|
|
|
# For IntelliJ IDEs (basically PyCharm)
|
|
.idea/
|
|
|
|
# For Visual Studio Code
|
|
.vscode/
|
|
|
|
# Scratch Pad for experiments
|
|
.scratch/
|
|
|
|
# Mac
|
|
.DS_Store
|