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

# Environments
.venv/
venv/
env/

# Tooling
.pytest_cache/
.ruff_cache/
.tox/
.nox/
.coverage
htmlcov/

# Editors / OS
.DS_Store
.idea/
.vscode/

# Never commit a PyPI token. Releases use a Trusted Publisher — see
# CONTRIBUTING.md — so there should be no token here to begin with.
*.token
token.txt
.pypirc
