mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-22 18:25:18 +00:00
22 lines
172 B
Plaintext
22 lines
172 B
Plaintext
# Build artifacts
|
|
buildroot/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
|
|
# Web assets
|
|
*.min.js
|
|
*.min.css
|
|
|
|
# Generated files
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|