summaryrefslogtreecommitdiff
path: root/.dockerignore
blob: a1e2119c8ac6a042b6bcdc1ed87895b8e42f3254 (plain) (blame)
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
# Build artifacts
target/
**/target/

# Exclude all models (downloaded at runtime)
makima/models/

# Audio files
*.mp3
*.wav
*.flac
*.ogg

# IDE
.idea/
.vscode/

# Git
.git/
.gitignore

# Documentation
*.md

# Frontend (not needed for server)
makima/frontend/