summaryrefslogtreecommitdiff
path: root/.dockerignore
blob: c957f0ed898bd7f6e7b0aef2b0cae71ae89e2290 (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 (except voices directory)
*.mp3
makima/*.wav
*.flac
*.ogg

# IDE
.idea/
.vscode/

# Git
.git/
.gitignore

# Documentation
*.md

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