mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-21 15:18:04 +00:00
23 lines
211 B
Plaintext
23 lines
211 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
dev-ignore/
|
|
report.md
|
|
eval_bundle/
|
|
models/
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
*.tfvars.json
|
|
|
|
# Secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Local setup
|
|
CLAUDE.md
|
|
wandb/
|
|
onnx_export/
|