1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-22 18:25:18 +00:00
MarlinFirmware/.aiderignore
Scott Lahteine bfd2a7bf01 🧑‍💻 Ignores for Aider AI
2024-11-15 16:17:23 -06:00

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/