summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f14113216278572cb6b1446cde1e35524cefdcb1 (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
27
28
29
30
31
32
33
34
35
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
*.egg-info/

# Models (Large model weights)
models/
*.safetensors
*.bin
*.pt
*.pth

# IDE / System
.vscode/
.idea/
.DS_Store

# Logs and temporary files
*.log
tmp/

# LLaMA-Factory
LLaMA-Factory/
# Cursor
.cursor/

data/

saves/