19 lines
214 B
Plaintext
19 lines
214 B
Plaintext
*~
|
|
*.py[cod]
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
distribute-*
|
|
|
|
# Test files
|
|
.tox/
|
|
nosetests.xml
|
|
|
|
# Coverage related
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
|
|
# Make sure a generated file isn't accidentally committed.
|
|
reduced.pylintrc
|