# Dependencies
node_modules/
vendor/

# Environment variables
.env
.env.local
.env.*.local

# Storage
storage/*.key
storage/app/public/media/*
!storage/app/public/media/.gitkeep
storage/debugbar
storage/logs/*.log

# Cache
bootstrap/cache/*.php

# IDE
.idea
.vscode
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db

# Laravel
public/hot
public/storage
public/mix-manifest.json
mix-manifest.json

# Testing
coverage/
tests/Browser/
tests/Feature/
tests/Unit/

# Misc
*.log
*.sqlite
*.sqlite3

# Frontend build output
frontend/.next
frontend/out
frontend/dist

# QR codes stored in backend storage (sensitive)
backend/storage/app/qr_codes/*
!backend/storage/app/qr_codes/.gitkeep