# Per-fixture run artifacts (regenerable on every fixture.sh invocation).
# package-lock.json IS tracked — it pins exact dep versions for reproducibility.
*/install.log
*/perry-compile.log
*/perry-run.log
*/diff.log
*/perry-out.txt
*/node-out.txt
*/out
*/.last-skip
# Backend-running fixtures (redis-pubsub, future: minio, mysql)
*/redis-server.log
*/dump.rdb
*/minio.log
*/mysqld.log
*/.fixture-pid
# Wrapped/delegated fixtures (fastify-replay)
*/run_fastify.log
*/run_fastify_summary.json
