38 lines
427 B
Plaintext
38 lines
427 B
Plaintext
node_modules
|
|
dist
|
|
.vite
|
|
*.local
|
|
.DS_Store
|
|
.vercel
|
|
|
|
# Secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
secrets.json
|
|
credentials.json
|
|
|
|
# IDE / OS
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
Thumbs.db
|
|
|
|
# Logs / cache
|
|
*.log
|
|
.cache/
|
|
.parcel-cache/
|
|
.eslintcache
|
|
|
|
# Dev artifacts (excluded from repo)
|
|
test-screenshots/
|
|
test-game.py
|
|
preview_*.png
|
|
rocket_preview.png
|
|
|
|
# Agent notes — local only, useful for AI sessions but not for public repo
|
|
AGENTS.md
|