1
0
mirror of https://github.com/osmarks/nanogpt-experiments.git synced 2024-09-21 03:39:44 +00:00

Add more files to .gitignore

This commit is contained in:
Alexander Pivovarov 2023-05-17 02:44:21 +00:00
parent 7fe4a099ad
commit b120c421bf

6
.gitignore vendored
View File

@ -1,4 +1,10 @@
.DS_Store .DS_Store
.idea
.ipynb_checkpoints/ .ipynb_checkpoints/
.vscode
__pycache__/ __pycache__/
*.bin
*.pkl
*.pt
*.pyc *.pyc
input.txt