# Maintenance mode flag - should not be committed
.maintenance
images/
uploads/
# IDE and Editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Operating System files
.DS_Store
Thumbs.db
desktop.ini

# Temporary files
*.tmp
*.temp
*.log

# Environment files (if you add them later)
.env
.env.local

