# Secrets and local state — never commit these.
config.json
state.json
.token-cache-*.json
dry-run/

# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.venv/

# generated by setuptools-scm from the git tag
src/message_poster/_version.py
