# Local/production secrets
/config.local.php
/install/.installer-key

# Runtime state
/storage/*.lock
/storage/*.log
/storage/logs/*.log
/storage/logs/*.json
/storage/logs/*.txt

# Database exports and temporary backups
*.sql
!/install/schema/*.sql
!/install/migrations/*.sql
*.bak
*.dump
*.zip

# User-generated uploads: keep server-side protection, not production data
/uploads/*
!/uploads/.htaccess
!/uploads/.gitkeep

# OS/editor noise
.DS_Store
Thumbs.db
