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