# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.env
 
# Ignore plawright saved browser contexts (moved to tests/auth-states)
*-context.json
# Ignore playwright run IDs (moved to tests/auth-states)
run-id.txt
# Ignore test data file
.test-data.json
# WIP data files
*.wip.*

# Test directories
/tests/auth-states/
/tests/generated-test-data/
/tests/reports/
/tests/results/
/test-results/
/playwright-report/

# lock files
package-lock.json

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
/*.development
/*.local

# package management
vite.config.local.mts
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.bak

# vscode and ai related
.vscode
.claude

# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
