mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2024-11-15 21:01:50 -05:00
Hemna
36b2eff71c
This patch Adds the Makefile for setting up a dev environment as well as fixing the plugin for the 1.5.0 release of aprsd.
15 lines
124 B
Plaintext
15 lines
124 B
Plaintext
*.egg-info
|
|
.tox
|
|
.idea
|
|
__pycache__
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov
|
|
*.pyc
|
|
docs/_build
|
|
venv
|
|
dist
|
|
.pytest_cache
|
|
.mypy_cache
|
|
build
|