Update gitignore and project version

Update `.gitignore` to include Python cache directories and adjust
project version in `pyproject.toml` to `0.1.0`
This commit is contained in:
Damien
2026-06-09 08:42:44 +02:00
parent 1d8703a0ce
commit bda2b516a4
2 changed files with 8 additions and 3 deletions

5
.gitignore vendored
View File

@@ -1,9 +1,10 @@
audio_summary_with_local_LLM.egg-info/
src/__pycache__
.ruff_cache/
src/audio_summary_with_local_LLM.egg-info/
# Virtual Env
.venv
# Local data
.DS_Store
tmp
summary.md
summary.md