rasbt / LLMs-from-scratch

Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
https://www.manning.com/books/build-a-large-language-model-from-scratch
Other
27.86k stars 3.16k forks source link

Adds .vscode folder to .gitignore #314

Closed EricThomson closed 1 month ago

EricThomson commented 1 month ago

Minor change.

If you work in VS Code, it autogens a .vscode folder in the main repo directory, and this hasn't made its way into the Python .gitignore yet. This PR adds it.

rasbt commented 1 month ago

Good call. Thanks!