meshtastic-mqtt-json/.gitignore

24 lines
206 B
Plaintext
Raw Normal View History

2024-11-30 03:56:16 +00:00
# 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