mirror of
https://github.com/AkitaEngineering/Akita-Meshtastic-Meshcore-Bridge.git
synced 2026-03-28 17:42:42 +01:00
13 lines
106 B
Plaintext
13 lines
106 B
Plaintext
# .gitignore
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
env/
|
|
config.ini
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
*.log
|