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 *.mp3 *.wav *.flac *.ogg # IDE .idea/ .vscode/ # Git .git/ .gitignore # Documentation *.md # Frontend (not needed for server) makima/frontend/