Files
2026-08-13 16:50:52 +08:00

22 lines
186 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Tools output
tools/output/
# Generated test data
src/qr_test_data.h
# Build artifacts
build/
*.o
*.a
*.elf
*.bin
*.hex
*.map