Files
pvs/semestralka1/.gitignore
2025-11-14 15:15:20 +01:00

26 lines
230 B
Plaintext

.build
.mbed
projectfiles
*.py*
# Local build directories
cmake_build/
BUILD/
mbed-os/
.mbed/
.mbedignore
*.elf
*.bin
*.hex
*.map
# IDE and temporary files
.vscode/
.idea/
*.log
*.pyc
__pycache__/
.cache/
compile_commands.json