summaryrefslogblamecommitdiff
path: root/.dockerignore
blob: c957f0ed898bd7f6e7b0aef2b0cae71ae89e2290 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                            
                                       
     
            
















                                  
# 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/