blob: e19057279ec12a8046d0a9031c944dfa840311b0 (
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/
# Other tools
tools/
|