51 lines
480 B
Plaintext
51 lines
480 B
Plaintext
# PlatformIO
|
|
.pio/
|
|
.pioenvs/
|
|
.piolibdeps/
|
|
.clang_complete
|
|
.c_cpp_properties.json
|
|
compile_commands.json
|
|
|
|
# VS Code
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
|
|
# Build artifacts
|
|
build/
|
|
dist/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.elf
|
|
*.hex
|
|
*.bin
|
|
|
|
# IDE and editors
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
.project
|
|
.pydevproject
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
*.egg
|
|
.Python
|
|
venv/
|
|
env/
|
|
|
|
# Dependencies
|
|
lib/
|
|
node_modules/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|