# IDE / editor files
.idea/
.vscode/
.*.swp

# General
/_tmp

# Python
__pycache__
*.py[cod]
/.venv
/venv

# MicroPython
/.webrepl_client

# Configuration files
/src/webrepl_cfg.py
/src/wlan_cfg.py
