# Editor cruft
**/.vscode/

# Build cruft
**/build*/
**/_build*/
**/_templates*/
**/bin*/
**/dist*/
**/fatfs_mkimage

# Build & debug cruft
*.a
*.vcd
*.gtkw

# Filesystem cruft
*.fs
**/flash_bin_node0
filesystem_support/fw-*
filesystem_support/spanning-xn*
filesystem_support/target-xn*

# Python cruft
**/.python-version
**/*.pyc
**/__pycache__/*
**/*egg-info

# venv
.venv

# test cruft
**/test_*.log
*.bin
examples/**/*.png
test/**/*.png

# macOS cruft
.DS_Store

**/*.swp
