iot-manager
.DS_Store
*.[56789ao]
*.a[56789o]
*.so
._*
.nfs.*
[56789a].out
*~
*.orig
*.rej
*.exe
.*.swp

# Golang files
**/coverage*.txt
/bin/*
.vscode/
.idea
*.go.skip
vendor

# Python generated files
__pycache__
*.pyc
.pytest_cache
/tests/devices_api
/tests/internal_api
/tests/management_api

# Pytest results
/tests/results.xml
/tests/acceptance*

# Emacs local variables
.dir-locals.el
