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

# Secrets - never commit
token
.pypirc
*.token

