# Secrets and local runtime configuration
/core/private_config.php
.env
.env.*
!.env.example

# Database dumps and archives
*.sql
!database/migrations/*.sql
!database/preflight/*.sql
*.dump
*.bak
*.old
*.zip
*.tar
*.tar.gz
*.tgz

# Runtime and generated files
/storage/logs/*
/storage/cache/*
/storage/temp/*
/storage/billing/*
!/storage/**/.htaccess
/uploads/*
!/assets/uploads/*

# Editor and OS artifacts
.DS_Store
Thumbs.db
*.swp
*~
