# ======================== # Build directory # ======================== build/ **/build/ # ======================== # CMake # ======================== CMakeCache.txt CMakeFiles/ cmake_install.cmake compile_commands.json # ======================== # Zephyr / west (optional) # ======================== .west/ # ======================== # Editor / IDE # ======================== .vscode/ .idea/ *.swp # ======================== # OS # ======================== .DS_Store Thumbs.db