meshtastic_mqtt- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
.gitignore (206B)
1 # Build artifacts 2 __pycache__/ 3 *.py[cod] 4 build/ 5 dist/ 6 *.egg-info/ 7 .eggs/ 8 9 # Virtual environments 10 venv/ 11 env/ 12 13 # Testing 14 .pytest_cache/ 15 .coverage 16 coverage.xml 17 18 # IDE 19 .vscode/ 20 .idea/ 21 22 # OS 23 .DS_Store 24 Thumbs.db