pip/.gitignore

48 lines
521 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
2014-04-02 22:40:50 +02:00
build/
dist/
*.egg
*.eggs
*.egg-info/
MANIFEST
# Documentation
2017-10-07 18:45:27 +02:00
docs/build/
# mypy
.mypy_cache/
# Unit test / coverage reports
.tox/
2017-11-14 07:33:01 +01:00
htmlcov/
2014-07-01 02:58:56 +02:00
.coverage
.coverage.*
.*cache
nosetests.xml
coverage.xml
*.cover
tests/data/common_wheels/
pip-wheel-metadata
# Misc
*~
.*.sw?
.env/
# For IntelliJ IDEs (basically PyCharm)
2016-10-01 20:29:01 +02:00
.idea/
# For Visual Studio Code
.vscode/
# Scratch Pad for experiments
.scratch/
# Mac
.DS_Store