Files
soleprint/station/tools/tester/artifacts/.gitignore
2025-12-24 05:38:37 -03:00

12 lines
187 B
Plaintext

# Ignore all artifacts (videos, screenshots, traces)
# These are generated during test runs and should not be committed
videos/
screenshots/
traces/
*.webm
*.mp4
*.png
*.jpg
*.jpeg
*.zip