This change adds docker-compose.yml to .gitignore after noting that the file contains sensitive information. It helps prevent accidental commits of local secrets or environment-specific config into the repository. The practical effect is safer local development with less risk of leaking credentials.

Updated .gitignore to exclude docker-compose.yml so sensitive local configuration does not get committed. - zhengqunkoo/caddybox