meshtastic-mqtt-json/.gitignore
2024-11-29 22:56:16 -05:00

24 lines
206 B
Plaintext

# Build artifacts
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
venv/
env/
# Testing
.pytest_cache/
.coverage
coverage.xml
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db