Files
probe/.gitignore
ClearGrow Agent 39a696bdd2
Some checks failed
ClearGrow Probe CI / Build Development Firmware (push) Has been cancelled
ClearGrow Probe CI / Build Production Firmware (push) Has been cancelled
ClearGrow Probe CI / CI Status Summary (push) Has been cancelled
Initial commit: migrate from GitHub
2025-12-10 09:32:24 -07:00

53 lines
410 B
Plaintext

# Build artifacts
build/
twister-out*/
# Zephyr/West
.west/
bootloader/
modules/
tools/
zephyr/
# IDE
.vscode/
.idea/
*.code-workspace
# Compiled files
*.o
*.a
*.elf
*.bin
*.hex
*.map
*.lst
# Debug files
*.dSYM/
JLink*/
*.jlink
# Python
__pycache__/
*.py[cod]
.env
venv/
# OS files
.DS_Store
Thumbs.db
# Editor backups
*~
*.swp
*.swo
\#*\#
# Generated files
compile_commands.json
.cache/
# Logs
*.log