pip/.gitignore

47 lines
507 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
/build/
/dist/
2014-04-02 22:40:50 +02:00
*.egg
*.eggs
*.egg-info/
MANIFEST
# Documentation
2017-10-07 18:45:27 +02:00
docs/build/
# mypy
.mypy_cache/
# Unit test / coverage reports
2019-07-30 13:26:20 +02:00
.[nt]ox/
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/
# 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