# Logs logs *.log # Per-developer environment + ad-hoc scratch files dev.env dll_probe*.py imports_full.txt *.scratch.* npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Editor directories and files .vscode .vscode/* !.vscode/extensions.json .idea .DS_Store *.suo *.ntvs* *.njsproj *.sln *.sw? # Etc __other psd list.py tree.txt # Rust / Cargo 🔧 # Ignore Cargo build output, generated files, and common Rust artifacts /target/ **/target/ /target/doc/ # Binaries and dynamic libraries *.exe # *.dll *.so *.dylib # Static libraries *.a # *.lib # Rust compilation artifacts *.rlib *.rmeta # Backup files and editor temp files *.rs.bk # Ignore packaged crates *.crate # Ignore AI models /resources/models/* # Tauri-generated platform schemas (regenerated on every build) crates/jarvis-gui/gen/schemas/*-schema.json # Piper TTS binaries (installed via tools/piper/install.ps1, not committed) tools/piper/piper.exe tools/piper/*.dll tools/piper/espeak-ng-data/ tools/piper/voices/ tools/piper/libtashkeel_model.ort tools/piper/pkgconfig/ # Silero model cache (downloaded by torch.hub on first synth) tools/silero/.silero_cache/ tools/silero/*.pt