.DS_Store
*.[56789ao]
*.a[56789o]
*.so
._*
.nfs.*
[56789a].out
*~
*.orig
*.rej
*.exe
.*.swp
/reporting

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

# Python virtualenv
venv/

# Python generated files
**/__pycache__
**/*.pyc
**/.pytest_cache

# Pytest results
/tests/results.xml
/tests/acceptance*
/tests/internal_api
/tests/management_api
/tests/devices_api

# Emacs local variables
.dir-locals.el
