# Dependencies
node_modules/

# Build outputs (keep dist/ for deployment)
# dist/

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

# WordPress config with secrets (keep sample)
# wp-config.php  # Commenting out - we want to track this for snapshots

# Uploads (too large for git, backup separately)
wp-content/uploads/

# Cache and temp files
*.log
*.cache
.DS_Store
Thumbs.db

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

# Debug
wp-content/debug.log

# Vite
*.local

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
