Replaced "episode(s)"/"show(s)"/"topic(s)" text with real pluralization everywhere it appeared.
15 lines
128 B
Plaintext
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/
|