chore: Add comment about ignoring meta and docs files

This commit is contained in:
Paul Gauthier 2024-12-19 07:23:27 -08:00 committed by Paul Gauthier (aider)
parent 821f7d6694
commit 616c4a9a53

View file

@ -673,6 +673,8 @@ def run_test_real(
]
)
# add all the files under testdir/ .meta and .docs to ignore_files ai!
# Also ignore test & example files
ignore_files.update(test_files)
ignore_files.update(example_files)