# editors
.vscode
*.swp
*~

# python
.venv

# build
/build*
/twister-out*

__pycache__/
.mypy_cache/

# clangd cache
.cache
