# Editor
.vscode/
.idea/
.cursor/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Logs
*.log
.npm

# QA artifacts
qa_*.png
test-results/
playwright-report/

# Dependencies (test-only)
node_modules/

# Lint / typecheck caches
.eslintcache
.stylelintcache
*.tsbuildinfo

# Local server / scratch
.cache/
tmp/

# Stray resume copies (canonical lives in assets/)
/*.pdf
!assets/*.pdf
