0
0
mirror of https://github.com/alerta/alerta-contrib.git synced 2024-12-04 04:17:25 +00:00
alerta_alerta-contrib/.gitignore
Nick Satterly 4d0961a003
Run pylint in build pipeline (#312)
* Run pylint in build pipeline

* Only report on pylint errors and fix them
2020-02-19 22:45:42 +01:00

43 lines
342 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.eggs
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
TODO
*.log
venv