# Dependencies node_modules/ package-lock.json # Environment files .env .env.local .env.*.local .github/.env # Playwright test results test-results/ playwright-report/ blob-report/ # Playwright cache and auth playwright/.cache/ playwright/.auth/ .cache/ .auth/ # Test artifacts screenshots/ videos/ downloads/ traces/ # IDE files .vscode/ .idea/ *.swp *.swo *~ .DS_Store .claude # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Generated schemas (if you want to version control them, remove this) # response-schemas/ # OS files Thumbs.db .DS_Store # Temporary files *.tmp *.temp .tmp/