__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
.venv/
# Üretilen analiz/çıktı dosyaları repo'ya girmez
*.wav
*_temiz.mp4
rapor.json
# Kişisel not dosyaları
Venv komutu.txt
Venv komutu ve test komutları.txt
deneme.mkv
*_transkript.json
*_temiz.json
*_review.html

#diğer dosyalar
dtw_lv3.json
dtw_turbo.json
kiyas_ki1.py

# Kişisel config (yerel binary/model yolları) — repo'ya girmez
filler-cut.toml

# Spike ara dosyaları (experiments/filler_leak) — WAV, ham ASR çıktısı, cache
experiments/filler_leak/_cache/

# Faz 3 paketleme spike ara dosyalari (WAV)
experiments/paketleme_spike/_cache/

# PyInstaller ara/cikti dizinleri
dist_onefile/
build_onefile/

# Inno Setup kurucusu ciktisi
dist_setup/

# PyPI build ciktisi (python -m build --outdir dist_pypi)
dist_pypi/
