diff --git a/aider/watch.py b/aider/watch.py index e7b115730..a575b371f 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -34,6 +34,7 @@ def load_gitignores(gitignore_paths: list[Path]) -> Optional[PathSpec]: "__pycache__/", # Python cache dir ".DS_Store", # macOS metadata "Thumbs.db", # Windows thumbnail cache + "*.svg", # IDE files ".idea/", # JetBrains IDEs ".vscode/", # VS Code