# Generated artifacts
*.zip
*.tar.gz
node_modules/
vendor/

# OS
.DS_Store
Thumbs.db

# Editors
.idea/
.vscode/
*.swp

# zip lives at the parent level — exclude both

# Raw screenshot captures live in assets/_raw/ — only the processed
# 1280x800 PNGs at assets/ are committed.
assets/_raw/*
!assets/_raw/.gitkeep
