__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.coverage
htmlcov/
*.egg-info/
build/
dist/
.DS_Store
*.db
# Secrets never belong in the repo — the API key and signing secret go in a
# file outside it (see README).
*.env
.env*
# The Hookdeck CLI writes a session here when run with `--local`, and the
# gateway's own session lives under HERMES_HOME. Both hold credentials.
.hookdeck/

# Generated at build time by setuptools-scm from the git tag.
hookdeck/_version.py
