# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
build/
pyvenv.cfg
*.egg
dist/
# pytest
.pytest_cache/
pyvenv.cfg
# offshore — generated feed output
# Data files (*.json, *.lock.json) should be committed; generated files should not.
shows/*/podcast.xml
shows/*/rss.xsl
podcast.xml
rss.xsl
.DS_Store
frontend/node_modules