diff --git a/.gitignore b/.gitignore index 1bc2679..17337a1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,7 @@ __pycache__/ dist/ build/ .pytest_cache/ -.claude/ \ No newline at end of file +.claude/ + +# Local configuration overrides +config/settings.local.yaml \ No newline at end of file