__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/
node_modules/
.next/
out/
*.tsbuildinfo
next-env.d.ts
.env
.env.*
.DS_Store

# trained model weights — never in git (HF release path instead)
models/**/weights-*/
models/**/*.safetensors

# Playwright artifacts
console/test-results/
console/playwright-report/
