node_modules/
playwright-report/
test-results/
.DS_Store

# Scratch / editor state
.claude/
*.swp
*.swo

# Scan-tool outputs that sometimes land in the working tree
/gp-treemap-*.html


# gpdu-s3 test runner writes per-test launcher .mjs files here
tests/_tmp_s3_launchers/

# Python wrapper local dev state
python/.venv/
python/.pytest_cache/
python/dist/
python/build/
python/**/*.egg-info/
python/**/__pycache__/
