blob: c957f0ed898bd7f6e7b0aef2b0cae71ae89e2290 (
plain) (
tree)
|
|
# 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/
|