Python.gitignore 126 字节
Newer Older
A
Adam Vandenberg 已提交
1
*.py[co]
2 3 4 5 6

# Packages
*.egg
*.egg-info
dist
7
build
8 9 10 11 12 13 14

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox