pip/.gitignore

39 lines
418 B
Plaintext
Raw Permalink 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
# Misc
*~
.*.sw?
# For IntelliJ IDEs (basically PyCharm)
2016-10-01 20:29:01 +02:00
.idea/
# Scratch Pad for experiments
.scratch/