From 1234e6ce60fd84b186ecbcffd158745163bc0d84 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Sun, 5 Oct 2025 06:59:26 -0500 Subject: [PATCH] chore: clean up working tree and update gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 971cd7db..28493df8 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,14 @@ Thumbs.db # Test coverage coverage/ +# Test reports +playwright-report/ + +# Database files +*.db +*.db-shm +*.db-wal + # Temporary files tmp/ temp/