# ============  ============
build/
cmake-build-*/
out/
output/

# ============ IDE / ༭ ============
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ============ Python  ============
__pycache__/
*.pyc
*.pyo

# ============ мļ ============
*.o
*.d
*.obj
*.dep
*.map
*.su
*.lst

# ============ ¼ʱļ ============
openocd_temp.cfg
flash_temp.cfg

# ============ ִļ/ļ ============
*.elf
*.hex
*.bin
*.exe

# ============ ļ޸ ============
/config/*.local.*
