# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# .creds
.creds

# .env
.env

# venv
.venv

# build
.mypy_cache/
.ruff_cache/
dist/
