chore: ignore the artifacts the test suite writes into the work tree (#1292)

test_configmigrate leaves a <fixture>.new working copy behind whenever a
migration test fails, test_visualize writes example_report.pdf into the current
directory, and test_config creates tests/testdata/docs/. All three showed up as
untracked noise in every status and invited accidental commits.

Co-authored-by: Andreas <drbacke@gmx.de>
This commit is contained in:
Bobby Noelte
2026-09-10 22:49:42 +02:00
committed by GitHub
co-authored by Andreas
parent d94ffae565
commit 5b584cbb57
+6
View File
@@ -260,6 +260,12 @@ tests/testdata/new_optimize_result*
tests/testdata/openapi-new.json tests/testdata/openapi-new.json
tests/testdata/openapi-new.md tests/testdata/openapi-new.md
tests/testdata/config-new.md tests/testdata/config-new.md
# Working copies test_configmigrate leaves behind when a migration test fails
tests/testdata/*.new
# Written by test_visualize into the working directory
example_report.pdf
# Written by test_config into the working directory
tests/testdata/docs/
# FastHTML session key # FastHTML session key
.sesskey .sesskey