makepad/.gitignore
Admin 449f51be7a gamemaker prerequisites: makepad-tts library, TTS/whisper model downloader, aigame design docs
libs/tts was never tracked despite being a build dependency of the gamemaker
example. tools/download_tts.sh fetches the public upstream weights (HuggingFace
Kokoro-82M + whisper.cpp) and converts them locally with the in-repo stdlib-only
converter; model artifacts are gitignored.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 13:29:22 +02:00

53 lines
955 B
Text

# Generated by Cargo
# will have compiled files and executables
**/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
.DS_Store
/platform/bind/windows/generate
/edit_repo
*.mobileprovision
*.bat
mandelbrot_presets.json
makepad_settings.ron
makepad_state*.ron
key.ron
dmx*.ron
makepad_designer.ron
.vscode
rustc*.txt
OPENAI_KEY
CLAUDE_KEY
GOOGLE_KEY
/local
/tools/cargo_makepad/android_*
/tools/cargo_makepad/ios-deploy/_Frameworks/
/tools/cargo_makepad/ios-deploy/build/
*.fish
experiments/websocket-windows/nodejs-websocketserver
experiments/svgloader
CLAUDE.md
/tools/__pycache__/
**/*.obsidian
/xr/util/dumps/
# Voice/TTS model artifacts — fetch with tools/download_tts.sh
*.mktts
*.mkvoice
*.pth
ggml-*.bin
/kokoro_voices/
__pycache__/