Files
audio-summary-with-local-LLM/.gitignore
Damien bda2b516a4 Update gitignore and project version
Update `.gitignore` to include Python cache directories and adjust
project version in `pyproject.toml` to `0.1.0`
2026-06-09 08:42:44 +02:00

11 lines
131 B
Plaintext

src/__pycache__
.ruff_cache/
src/audio_summary_with_local_LLM.egg-info/
# Virtual Env
.venv
# Local data
.DS_Store
tmp
summary.md