.venv/
__pycache__/
*.pyc
.env
.env.*
# ...but the template is the only record of which variables exist.
!.env.example
*.token
fixtures/real/
.pytest_cache/
.DS_Store


# Build artifacts. The wheel is made on demand and published from CI or by hand.
dist/
*.egg-info/
