📝 YAML Comments

Comments in YAML start with a # and continue to the end of the line. They're ignored when parsing the file, but perfect for explaining your config or disabling certain lines.

📝 Example: Adding Comments

Cleaned config (without comments) will appear here...
💡 Pro Tip: Use comments to explain tricky config options or temporarily disable lines while debugging.

📚 Summary

🧠 Bonus: YAML Comment Example

Comments like this can prevent accidental server mishaps and clarify weird config choices for your future self.