# Logs
logs/
*.log
php_errors.log

# Environment files
.env
.env.local
.env.production

# Test files (don't deploy to production)
*test*.php
quick-test.php
cors-test.php

# Backup files
*.bak
*.backup
*_clean.php
index_clean.php

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
temp/

# Database dumps (sensitive)
*.sql
!schema.sql
!create_*.sql

# Configuration overrides (if using environment-specific)
config.local.php

