mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-10 18:00:17 +00:00
35 lines
355 B
Plaintext
35 lines
355 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/
|
|
|
|
# Terraform
|
|
**/.terraform/*
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfvars
|
|
crash.log
|
|
crash.*.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|