Skip to content

Commit 2ad68c4

Browse files
committed
chore: add .gitignore patterns to exclude run/model/archive log artifacts
1 parent 9297917 commit 2ad68c4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,16 @@ examples/**/synthesis/*_synth.v
1818
examples/**/build/
1919
examples/**/waves/__pycache__/
2020
*.pyc
21+
22+
# MGR campaign run artifacts (solver outputs per mutant)
23+
mgr/campaigns/**/runs/
24+
mgr/campaigns/**/model/
25+
26+
# Solver model artifacts in examples (sby output dirs)
27+
examples/**/model/
28+
examples/**/archive/*.log
29+
30+
# PSP intermediate / generated files
31+
examples/**/temp_stats.ys
32+
temp_stats.ys
33+
metrics_table.csv

0 commit comments

Comments
 (0)