# Dev artifacts — not needed in Vercel deployment
test-game.py
test-screenshots/
preview_*.png
rocket_preview.png

# Docs / agent notes
AGENTS.md

# Source control
.git/
.gitignore
.gitattributes

# Local env / IDE
.env
.env.*
.vscode/
.idea/
*.log

# Build artifacts that Vercel regenerates
node_modules/
.vite/
