Files
vorleser/.gitignore
2026-03-14 10:42:08 +01:00

32 lines
440 B
Plaintext

# macOS
.DS_Store
**/.DS_Store
# Python cache and virtual environments
__pycache__/
*.py[cod]
.venv/
**/.venv/
# Standalone tool repos (not part of the app)
autoaudiobook/
tools/
# 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