Skip to content

Commit c0d4d76

Browse files
JoeMattclaude
andcommitted
Update .gitignore: trace logs, test binaries, Python venvs
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent ba15d9d commit c0d4d76

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,27 @@
88
.DS_Store
99
.build
1010
/.claude
11+
12+
# Python virtual environments
13+
.venv*/
14+
15+
# Debug/test logs
16+
*.log
17+
cd_trace*.log
18+
stderr.log
19+
stdout.log
20+
test/*.log
21+
22+
# Test binaries and debug symbols
1123
test/test_blitter_simd
24+
test/test_cd_boot
25+
test/*.dSYM/
26+
27+
# One-off tools
28+
chd_dump
29+
chd_dump.c
30+
31+
# Private test ROMs
1232
test/roms/private/*
1333
!test/roms/private/.gitkeep
1434
!test/roms/private/README.md

0 commit comments

Comments
 (0)