summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 28ec88c5baa14195851d8428ba7f0ea2d485d6d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Byte-compiled / cache
__pycache__/
*.py[cod]
*.so
*.pyd

# Data
*.parquet
*.json
*.csv

# Checkpoints/weights
*.bin
*.safetensors
*.pt
checkpoints/

# Envs
.env
.venv/

# Misc
.DS_Store
.ipynb_checkpoints/
wandb/