Question 017
### How does GitHub Copilot handle data retention for code suggestions in the IDE?
> https://resources.github.com/learn/pathways/copilot/essentials/how-github-copilot-handles-data/
1. [x] Suggestions are held temporarily in memory and discarded after use, not written to disk
1. [ ] All suggestions are permanently stored in a local database for future reference
1. [ ] Suggestions are automatically saved to GitHub repositories for version control
1. [ ] Code snippets are cached on disk for 30 days before being deleted