forked from iarv/Akita-Meshtastic-Meshcore-Bridge
13 lines
106 B
Plaintext
13 lines
106 B
Plaintext
# .gitignore
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
env/
|
|
config.ini
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
*.log
|