feat: Add common file patterns to default gitignore spec

This commit is contained in:
Paul Gauthier 2025-04-25 07:54:31 -07:00 committed by Paul Gauthier (aider)
parent 25a303935c
commit 22f140ac05

View file

@ -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