.git/
.github/
__pycache__/
*.py[cod]
.venv/
venv/
node_modules/
*.log
.DS_Store
# Dev-only e2e tooling — never ship with the pack
browser_tests/
playwright.config.ts
playwright-report/
test-results/
.playwright/
package.json
package-lock.json
tsconfig.json
# Dev-only tooling — keep the published (security-scanned) archive minimal
scripts/
.githooks/
