# Environment configuration - NEVER commit this!
.env

# Logs
*.log
error_log
error_logs/

# Temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db

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

# Cache
cache/
*.cache

# Uploads (if storing locally)
uploads/
temp/

# Vendor (if using Composer)
vendor/

