Files
flan 3715117d5b Fix pluralization placeholders across the UI (v0.6.2)
Replaced "episode(s)"/"show(s)"/"topic(s)" text with real
pluralization everywhere it appeared.
2026-07-11 07:53:53 +00:00

15 lines
128 B
Plaintext

# Python
__pycache__/
*.py[cod]
.venv/
dist/
*.egg-info/
.pytest_cache/
# Local data
hark.db
hark.db-*
auth.db
data/
.scratch/