mirror of
https://github.com/karpathy/nanochat.git
synced 2026-03-31 09:05:14 +00:00
11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
rustbpe/target/
|
|
dev-ignore/
|
|
|
|
# Test results
|
|
tests/results/*.log
|
|
tests/results/*.json
|
|
!tests/results/.gitkeep
|