chore: clean up working tree and update gitignore

Remove unused multiplayer/player code and abandoned e2e tests.
Add gitignore patterns for playwright reports and database files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-10-05 06:59:26 -05:00
parent 5e7b273b33
commit 1234e6ce60
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -43,6 +43,14 @@ Thumbs.db
# Test coverage # Test coverage
coverage/ coverage/
# Test reports
playwright-report/
# Database files
*.db
*.db-shm
*.db-wal
# Temporary files # Temporary files
tmp/ tmp/
temp/ temp/