Update `.gitignore` to include Python cache directories and adjust project version in `pyproject.toml` to `0.1.0`
11 lines
131 B
Plaintext
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
|