Skip to content

clean up: ignore test-generated artifacts - #981

Merged
the-david-oy merged 3 commits into
mainfrom
dyas-cleanup
Nov 13, 2025
Merged

clean up: ignore test-generated artifacts#981
the-david-oy merged 3 commits into
mainfrom
dyas-cleanup

Conversation

@the-david-oy

Copy link
Copy Markdown
Contributor

When running CI test locally, a lot of artifacts are generated that should not be checked in. Add these to .gitignore to avoid the overhead of avoiding these and risks of accidental check-in.

David Yastremsky added 3 commits November 13, 2025 11:45
The previous patterns (qa/**/*.csv) were incorrectly matching files
in tests/ and experiments/ directories because gitignore ** matches
across directory boundaries.

By adding leading slash (/qa/**/*.csv), patterns now correctly anchor
to repo root and only match files under the qa/ directory, preserving
committed test fixtures in tests/common/ and experiments/data/.
@the-david-oy
the-david-oy requested a review from lkomali November 13, 2025 22:27
@the-david-oy the-david-oy self-assigned this Nov 13, 2025
@the-david-oy
the-david-oy merged commit 62e77b2 into main Nov 13, 2025
4 checks passed
@the-david-oy
the-david-oy deleted the dyas-cleanup branch November 13, 2025 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants