chore: normalize line endings from CRLF to LF across all files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 01:53:35 +02:00
parent bbc5884545
commit 696c04c41c
10 changed files with 2202 additions and 2202 deletions

68
.gitignore vendored
View File

@@ -1,34 +1,34 @@
# Audio files
audio/
*.mp3
*.wav
# Whisper models
models/
*.bin
# Credentials
.env
# Transcripts and summaries (large generated content)
transcripts/
summaries/
# Binaries (downloaded by setup_whisper.py)
whisper-bin/
ffmpeg-bin/
# Temp files
.whisper_bin_path
.ffmpeg_bin_path
# WAV cache (converted from MP3)
audio_wav/
# Python
__pycache__/
*.pyc
.venv/
# Logs
*.log
# Audio files
audio/
*.mp3
*.wav
# Whisper models
models/
*.bin
# Credentials
.env
# Transcripts and summaries (large generated content)
transcripts/
summaries/
# Binaries (downloaded by setup_whisper.py)
whisper-bin/
ffmpeg-bin/
# Temp files
.whisper_bin_path
.ffmpeg_bin_path
# WAV cache (converted from MP3)
audio_wav/
# Python
__pycache__/
*.pyc
.venv/
# Logs
*.log