# Ignore specific file types
*.tar
*.so
*.pkl

# Ignore specific directories
__pycache__/
cifar/data

# Ignore the log files
language_tasks/__pycache__
language_tasks/wandb

# As well as the dataset and ckpt files
language_tasks/*.npy
language_tasks/*.bin
language_tasks/*.idx
language_tasks/*.json
language_tasks/openwebtext_cache

# Ignore the compiled files
language_tasks/megatron/fused_kernels/build