aprsd-slack-plugin/.gitignore
Hemna b308285b28 Added some config checking at setup time
This patch ensures we check to make sure the required config
keys are available from the aprsd.yml config prior to accessing them.
The plugin won't work without them.  This prevents the plugin from
throwing stack dumps in aprsd.
2020-12-15 09:50:33 -05:00

14 lines
123 B
Plaintext

*.egg-info
.tox
.idea
__pycache__
.coverage
.coverage.*
htmlcov
*.pyc
docs/_build
venv
dist
.pytest_cache
.mypy_cache
build