0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-14 02:06:12 +00:00
MarlinFirmware/.aiderignore

22 lines
172 B
Text
Raw Permalink Normal View History

2024-10-28 15:52:08 -05:00
# 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/