# ============================================================================
# .gitignore for the color_switcher Pico firmware project
# ============================================================================

# Build artifacts directory created by CMake / build.sh.
# Contains Makefiles, object files, the final .elf/.uf2/.bin/.hex/.dis/.map
# outputs, and any fetched dependencies (e.g. picotool). Regenerated on
# every build, so it should never be committed.
build/
