# macOS .DS_Store **/.DS_Store # Python cache and virtual environments __pycache__/ *.py[cod] .venv/ **/.venv/ # AI tool caches / generated artifacts tools/kokoro_coreml/.venv/ tools/kokoro_coreml/.venv310/ tools/kokoro_coreml/kokoro-coreml/checkpoints/ tools/kokoro_coreml/kokoro-coreml/coreml/ autoaudiobook/.venv/ autoaudiobook/samples/ # Build outputs build/ .build/ **/.build/ DerivedData/ *.dSYM/ *.log tmp/ # Xcode user-specific files *.xcuserstate *.xcworkspace/xcuserdata/ *.xcodeproj/xcuserdata/ # Model weights (too large for git) Resources/Models/*.safetensors Resources/Voices/*.npz